diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java index 6c8b903..19224a3 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java +++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/config/ShiroConfig.java @@ -108,11 +108,6 @@ public class ShiroConfig { filterChainDefinitionMap.put("/webjars/**", "anon"); filterChainDefinitionMap.put("/v2/**", "anon"); - //性能监控 - filterChainDefinitionMap.put("/actuator/metrics/**", "anon"); - filterChainDefinitionMap.put("/actuator/httptrace/**", "anon"); - filterChainDefinitionMap.put("/actuator/redis/**", "anon"); - //测试示例 filterChainDefinitionMap.put("/test/jeecgDemo/html", "anon"); //模板页面 filterChainDefinitionMap.put("/test/jeecgDemo/redis/**", "anon"); //redis测试