Browse Source

Jeecg Boot 2.2.1 版本发布,低代码平台

pull/1486/head^2
zhangdaiscott 4 years ago
parent
commit
f2854b29aa
  1. 4
      jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java

4
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java

@ -113,11 +113,11 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/actuator/httptrace/**", "anon");
filterChainDefinitionMap.put("/actuator/redis/**", "anon");
//测试示例
filterChainDefinitionMap.put("/test/jeecgDemo/html", "anon"); //模板页面
filterChainDefinitionMap.put("/test/jeecgDemo/redis/**", "anon"); //redis测试
filterChainDefinitionMap.put("/big/screen/**", "anon");
filterChainDefinitionMap.put("/bigscreen/**", "anon");
//排除Online请求
filterChainDefinitionMap.put("/auto/cgform/**", "anon");

Loading…
Cancel
Save