Browse Source

修改版本发布提示bug

syh 5 years ago
parent
commit
37a0898ae5

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java

@@ -82,6 +82,7 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/ctop/material/top/cost", "anon");
 
         filterChainDefinitionMap.put("/v1/**", "anon");
+        filterChainDefinitionMap.put("/ctop/wpsFile/**", "anon");
 
         filterChainDefinitionMap.put("/generic/**", "anon");
         filterChainDefinitionMap.put("/", "anon");

+ 0 - 3
jeecg-boot-module-system/src/main/resources/application-test.yml

@@ -1,6 +1,5 @@
 server:
   port: 8088
-  ip: 39.106.184.70
   servlet:
     context-path: /
     compression:
@@ -30,8 +29,6 @@ spring:
             enable: true
             required: true
   ## quartz定时任务,采用数据库方式
-  quartz:
-    job-store-type: jdbc
   #json 时间戳统一转换
   jackson:
     date-format:   yyyy-MM-dd HH:mm:ss