From b89d90ed99adae59bec7bd417ae2cfa0f122311d Mon Sep 17 00:00:00 2001 From: weirdor <179946422@qq.com> Date: Tue, 8 Sep 2020 15:04:54 +0800 Subject: [PATCH] =?UTF-8?q?update=20jeecg-boot/jeecg-boot-module-system/sr?= =?UTF-8?q?c/main/java/org/jeecg/config/ShiroConfig.java.=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D-=E5=9B=A0shiro=E9=85=8D=E7=BD=AE=E5=AF=BC=E8=87=B4act?= =?UTF-8?q?uator=E6=BC=8F=E6=B4=9E=E5=88=A9=E7=94=A8=E9=80=A0=E6=88=90toke?= =?UTF-8?q?n=E6=9A=B4=E9=9C=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/jeecg/config/ShiroConfig.java | 5 ----- 1 file changed, 5 deletions(-) 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 6c8b903e..19224a3d 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测试