이것저것 해보기🌼

Spring Security Deprecated 코드 변환하기 본문

BE/Spring

Spring Security Deprecated 코드 변환하기

realtree 2024. 5. 7. 13:13

Spring Boot 3 버전부터 deprecated 스프링 시큐리티 코드가 많다.

 

아래 포스팅이 나와 동일한 방식으로 스프링 시큐리티를 사용중이라서 참고하기 좋았다.

https://velog.io/@hyoon1129/Spring-Security-deprecated-%EB%AC%B8%EC%A0%9C-%ED%95%B4%EA%B2%B0

 

Spring Security deprecated 문제 해결

Spring Security deprecated 문제 해결

velog.io

 

공식문서 참고하기

https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-http-requests.html

 

Authorize HttpServletRequests :: Spring Security

While using a concrete AuthorizationManager is recommended, there are some cases where an expression is necessary, like with or with JSP Taglibs. For that reason, this section will focus on examples from those domains. Given that, let’s cover Spring Secu

docs.spring.io

https://docs.spring.io/spring-security/site/docs/current/api/deprecated-list.html

 

Deprecated List (spring-security-docs 6.2.4 API)

 

docs.spring.io