spring boot /
WebSecurityConfigurerAdapter 를 새로운 구조로 변경하는 방법
Spring Boot 2.7부터 WebSecurityConfigurerAdapter
를
사용하는 방법은 deprecated 되었다. 아래 링크에서
WebSecurityConfigurerAdapter
를 extends 해서 만들었던,
WebSecurityConfig 를 새로운 구조에 맞게 바꾸는 법을 알려준다.
See Also
- Spring
@EnableWebSecurity vs. @EnableGlobalMethodSecurity
| Baeldung : endpoint 에서
@RlesAllowed("ADMIN")
등의 방법으로 접근 제한을 하는 법등을 알려준다.
댓글 없음:
댓글 쓰기