|
|
|
@@ -149,6 +149,9 @@ public class ShiroConfig { |
|
|
|
//商场初始化init |
|
|
|
filterChainDefinitionMap.put("/wxProjectConfig/**", "anon"); |
|
|
|
|
|
|
|
//test |
|
|
|
filterChainDefinitionMap.put("/merchantPoi/spuSync", "anon"); |
|
|
|
|
|
|
|
|
|
|
|
//配置退出 过滤器,其中的具体的退出代码Shiro已经替我们实现了 |
|
|
|
filterChainDefinitionMap.put("/logout", "authc"); |
|
|
|
|