|
@@ -264,6 +264,7 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/first/delivery/*", "anon");
|
|
filterChainDefinitionMap.put("/first/delivery/*", "anon");
|
|
|
filterChainDefinitionMap.put("/budget/**", "anon");
|
|
filterChainDefinitionMap.put("/budget/**", "anon");
|
|
|
filterChainDefinitionMap.put("/duanju/report/**", "anon");
|
|
filterChainDefinitionMap.put("/duanju/report/**", "anon");
|
|
|
|
|
+ filterChainDefinitionMap.put("/bytedance/push/**", "anon");
|
|
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|