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

ou放过组织接口校验

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