提交 f092a327 authored 作者: gongwenjie's avatar gongwenjie

合并分支 'gwj' 到 'master'

代码修改 查看合并请求 !53
流水线 #74 已失败 于阶段
......@@ -56,7 +56,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
httpSecurity
.cors().and()
.authorizeRequests()
.antMatchers("/pas/user/**").permitAll()
.antMatchers("/pas/user").permitAll()
.antMatchers("/pas/user/encryPas").permitAll()
.antMatchers(HttpMethod.GET,"/pas/department").permitAll()
.antMatchers("/pas/user/findUserList/**").permitAll()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论