Commit 421dc45b authored by shiyu's avatar shiyu

pom

parent 190776df
......@@ -39,7 +39,7 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/admin/auth/401", "anon");
filterChainDefinitionMap.put("/admin/auth/index", "anon");
filterChainDefinitionMap.put("/admin/auth/403", "anon");
filterChainDefinitionMap.put("/admin/actuator/health", "anon");
filterChainDefinitionMap.put("/actuator/health", "anon");
filterChainDefinitionMap.put("/admin/**", "authc");
shiroFilterFactoryBean.setLoginUrl("/admin/auth/401");
......
......@@ -13,7 +13,7 @@ spring:
server:
port: 8085
servlet:
context-path: /admin
context-path:
logging:
level:
......
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