mirror of https://github.com/jeecgboot/jeecg-boot
Exclude WIA API calls from JWT filter
parent
9e64a034c2
commit
d9286f5181
|
@ -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模块
|
||||
|
|
Loading…
Reference in New Issue