|
@@ -146,8 +146,11 @@ public class ShiroConfig {
|
|
|
|
|
|
|
|
|
//修改数据源切换
|
|
|
- filterChainDefinitionMap.put("/dataSourceSwitch/switchDataSource/**", "anon");//JVxeTable无痕刷新示例
|
|
|
-
|
|
|
+ filterChainDefinitionMap.put("/dataSourceSwitch/switchDataSource/**", "anon");
|
|
|
+ //专用费明细下载
|
|
|
+// filterChainDefinitionMap.put("/projectChbZyf/projectChbZyf/**", "anon");
|
|
|
+ //更新推送列表明细下载
|
|
|
+ filterChainDefinitionMap.put("/projectPushList/projectPushList/addAll", "anon");
|
|
|
|
|
|
//性能监控,放开排除会存在安全漏洞泄露TOEKN(durid连接池也有)
|
|
|
//filterChainDefinitionMap.put("/actuator/**", "anon");
|