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

合并分支 'gwj' 到 'master'

Gwj 查看合并请求 !83
流水线 #124 已失败 于阶段
...@@ -56,6 +56,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -56,6 +56,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
httpSecurity httpSecurity
.cors().and() .cors().and()
.authorizeRequests() .authorizeRequests()
.antMatchers("/pas/user/findPublishUsers").permitAll()
.antMatchers("/ding/test/**").permitAll() .antMatchers("/ding/test/**").permitAll()
.antMatchers("/pas/user/judgeParent/**").permitAll() .antMatchers("/pas/user/judgeParent/**").permitAll()
.antMatchers("/pas/user/test").permitAll() .antMatchers("/pas/user/test").permitAll()
......
...@@ -177,4 +177,7 @@ public interface IUserService { ...@@ -177,4 +177,7 @@ public interface IUserService {
* @return * @return
*/ */
List<User> findPublishUsers(String authoryName); List<User> findPublishUsers(String authoryName);
// List<User> findUsersById(List<String> userIds);
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论