generated from root/miduo_server
不拦截获取用户信息接口
parent
5a655ada7d
commit
2e2fcec26c
|
|
@ -40,6 +40,7 @@ public class WebSecurityConfig extends WebMvcConfigurerAdapter{
|
|||
addInterceptor.excludePathPatterns("/error");
|
||||
addInterceptor.excludePathPatterns("/login**");
|
||||
addInterceptor.excludePathPatterns("/req/**");
|
||||
addInterceptor.excludePathPatterns("/gomotaGetRoleList**");
|
||||
|
||||
addInterceptor.addPathPatterns("/**");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue