|
@@ -184,6 +184,8 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/kuaishou/material/*", "anon");
|
|
|
filterChainDefinitionMap.put("/kuaishou/create/*", "anon");
|
|
|
filterChainDefinitionMap.put("/template/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/template/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/batch/kuaiShouGroupTemplate/*", "anon");
|
|
|
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|