bug 修改

This commit is contained in:
jiang 2025-08-29 17:29:33 +08:00
parent 31f2cef0a3
commit 09c85c8879
1 changed files with 2 additions and 2 deletions

View File

@ -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登录-用户名和密码登陆验证的过滤器