bug 修改
This commit is contained in:
parent
31f2cef0a3
commit
09c85c8879
|
|
@ -99,7 +99,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|||
auth.authenticationProvider(userAuthenticationProvider);
|
||||
}
|
||||
|
||||
@Bean
|
||||
/*@Bean
|
||||
SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
|
||||
http
|
||||
.headers(headers -> headers
|
||||
|
|
@ -119,7 +119,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|||
)
|
||||
);
|
||||
return http.build();
|
||||
}
|
||||
}*/
|
||||
|
||||
/**
|
||||
* 添加-App登录-用户名和密码登陆验证的过滤器
|
||||
|
|
|
|||
Loading…
Reference in New Issue