Commit a7020248 by rongkailun

【修改】过滤还原

parent 4213ae95
......@@ -63,7 +63,6 @@ public class ShiroConfig {
//不需要登录的接口
filterMap.put("/*/api/login", "anon");
filterMap.put("/*/api/**", "anon");
filterMap.put("/api/login", "anon");
filterMap.put("/**", "oauth2");
shiroFilter.setFilterChainDefinitionMap(filterMap);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment