1.설정 방법
Deprecated된 WebSecurityConfigurerAdapter, 어떻게 대처하지?
스프링 버전이 업데이트 됨에 따라 WebSecurityConfigurerAdapter와 그 외 몇 가지들이 Deprecated 됐습니다.스프링에서는 다른 방식으로 시큐리티 설정을 권장하고 있는 듯 해보였는데요. 방식이 바뀐 탓
velog.io
2. 공식 문서
https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
Spring Security without the WebSecurityConfigurerAdapter
<p>In Spring Security 5.7.0-M2 we <a href="https://github.com/spring-projects/spring-security/issues/10822">deprecated</a> the <code>WebSecurityConfigurerAdapter</code>, as we encourage users to move towards a component-based security configuration.</p> <p
spring.io
3. 깃허브 소스 예시
GitHub - SilverNine/spring-boot-jwt-tutorial
Contribute to SilverNine/spring-boot-jwt-tutorial development by creating an account on GitHub.
github.com
'Back-end > Spring-Security' 카테고리의 다른 글
OAuth 2.0(Open Authorization 2.0) (0) | 2022.12.18 |
---|---|
Spring Security- JWT AccessToken, RefreshToken (0) | 2022.12.18 |
페이지 수준 권한 부여 (0) | 2021.05.10 |
Spring Security의존제거, HttpServletRequest이용 (0) | 2021.05.09 |
+a, SpringSecurity 인증, 인가 처리 과정 정리 (0) | 2021.04.03 |