提交 c321a1e5 authored 作者: 133's avatar 133

feat(用户模块): 添加健康配置

添加健康配置
上级 7f27b1be
...@@ -107,7 +107,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -107,7 +107,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.cors() .cors()
.and() .and()
.authorizeRequests() .authorizeRequests()
.antMatchers("/file/**").permitAll() .antMatchers("/file/**","/actuator/**","/admin/**").permitAll()
.antMatchers("/file/llq/**").permitAll() .antMatchers("/file/llq/**").permitAll()
.antMatchers("/login/impersonate*").permitAll() .antMatchers("/login/impersonate*").permitAll()
.antMatchers("/logout/impersonate*").permitAll() .antMatchers("/logout/impersonate*").permitAll()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论