提交 da7097fb 编写于 作者: zhouweidong's avatar zhouweidong

业务系统权限接入user代码

上级 c9db415e
...@@ -90,6 +90,7 @@ public class DevBootSecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -90,6 +90,7 @@ public class DevBootSecurityConfig extends WebSecurityConfigurerAdapter {
"/**/img/**", "/**/img/**",
"/" "/"
).permitAll() ).permitAll()
.antMatchers("/uaa/permission/**").permitAll()
//放行登录请求 //放行登录请求
.antMatchers( HttpMethod.POST,"/"+loginPath).permitAll() .antMatchers( HttpMethod.POST,"/"+loginPath).permitAll()
.anyRequest().authenticated() .anyRequest().authenticated()
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册