mirror of https://github.com/jeecgboot/jeecg-boot
Exclude WIA API calls from JWT filter
parent
7953e9df2c
commit
1f95e88c3a
|
@ -136,6 +136,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