일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- azure
- Java
- GOF
- 상속
- 캡슐화
- 서브셋폰트
- AOP
- github
- 메모이제이션
- 동적계획법
- package
- git
- 다형성
- 클라우드
- PostgreSQL
- netlify
- bfs
- 객체지향
- mock
- MariaDB
- CSS
- dfs
- process.env
- Solid
- Secret
- dotenv
- 추상화
- DP
- npm
- 디자인 패턴
- Today
- Total
이것저것 해보기🌼
Spring Security Deprecated 코드 변환하기 본문
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
'BE > Spring Boot' 카테고리의 다른 글
application.yml 파일을 local, dev, prod, oauth 등으로 세분화하기 (0) | 2024.05.07 |
---|---|
springSecurityFilterChain cannot be null 에러 해결방법 (0) | 2024.05.07 |
java.lang.ClassNotFoundException: org.h2.Driver - H2 연결 에러 해결 (0) | 2024.05.07 |
[웹] 세션 (0) | 2021.08.29 |
[프로그래머스 과제관] 주문 관리 API 서버 개발 (6) | 2021.07.08 |