漏洞修改
This commit is contained in:
parent
c53ff7bfd9
commit
c82cae618c
|
|
@ -76,7 +76,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Bean
|
/*@Bean
|
||||||
SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
|
SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
|
||||||
http
|
http
|
||||||
.headers(headers -> headers
|
.headers(headers -> headers
|
||||||
|
|
@ -96,7 +96,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
return http.build();
|
return http.build();
|
||||||
}
|
}*/
|
||||||
/**
|
/**
|
||||||
* 注入自定义PermissionEvaluator
|
* 注入自定义PermissionEvaluator
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue