|
@@ -144,6 +144,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/ks/web/test", "anon");
|
|
|
filterChainDefinitionMap.put("/ureport/**", "anon");
|
|
|
filterChainDefinitionMap.put("/job/test/*", "anon");
|
|
|
+ filterChainDefinitionMap.put("/kuaishou/**", "anon");
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|