일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- dotenv
- azure
- MariaDB
- 상속
- bfs
- netlify
- process.env
- github
- GOF
- 캡슐화
- 클라우드
- dfs
- CSS
- 디자인 패턴
- PostgreSQL
- 동적계획법
- npm
- DP
- Java
- Solid
- AOP
- mock
- package
- 서브셋폰트
- 추상화
- git
- Secret
- 다형성
- 메모이제이션
- 객체지향
Archives
- 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
공식문서 참고하기
https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-http-requests.html
https://docs.spring.io/spring-security/site/docs/current/api/deprecated-list.html
'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 |