Exclude WIA API calls from JWT filter

pull/6221/head
Qiuyi LI 2023-06-20 16:28:05 +02:00 committed by Gauthier LO
parent 9e64a034c2
commit d9286f5181
1 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,9 @@ public class ShiroConfig {
//filterChainDefinitionMap.put("/test/jeecgDemo/html", "anon"); //模板页面
//filterChainDefinitionMap.put("/test/jeecgDemo/redis/**", "anon"); //redis测试
//API轨迹获取排除
filterChainDefinitionMap.put("/wia/**", "anon");
//websocket排除
filterChainDefinitionMap.put("/websocket/**", "anon");//系统通知和公告
filterChainDefinitionMap.put("/newsWebsocket/**", "anon");//CMS模块