|
@@ -247,6 +247,9 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/external/materialCollection/*", "anon");
|
|
|
filterChainDefinitionMap.put("/kuaiShouOpreate/**", "anon");
|
|
|
filterChainDefinitionMap.put("/manager/company/*", "anon");
|
|
|
+ filterChainDefinitionMap.put("/liveData/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/product/material/**", "anon");
|
|
|
+
|
|
|
// 添加自己的过滤器并且取名为jwt
|
|
|
Map<String, Filter> filterMap = new HashMap<>(1);
|
|
|
filterMap.put("jwt", new JwtFilter());
|