Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Checked Exception
- 이펙티브자바
- spring-security
- AWS
- Effective Java
- Final
- error
- 예외
- 파라미터 그룹
- 보안 그룹
- springboot
- Annotation
- https
- java
- 피리티어
- exception
- Unchecked Exception
- 바이트코드
- try-with-reources
- ec2
- 이펙티브 자바
- Spring
- 자바
- RDS
- 자바스터디
- bytecode
- JVM
- 생각정리
Archives
- Today
- Total
목록Spring (1)
개발 일지

jwt를 이용한 로그인을 구현하기 위해 예전에 사용했던 Security설정을 복붙 했더니 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' is deprecated 이란 문구가 뜨면서 WebSecurityConfigurerAdapter을 extends 할 수 없는 이슈가 있었습니다. Deprecated Use a org.springframework.security.web.SecurityFilterChain Bean to configure HttpSecurity or a WebSecurityCustomizer Bean to configure WebSecurity 더 이상 사용되지 않음 ..
Spring/Spring Security
2022. 12. 18. 17:46