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
- java
- AWS
- 바이트코드
- error
- springboot
- 보안 그룹
- 자바
- Unchecked Exception
- 생각정리
- ec2
- spring-security
- Annotation
- JVM
- 예외
- 이펙티브 자바
- exception
- try-with-reources
- 파라미터 그룹
- RDS
- Final
- 자바스터디
- bytecode
- Effective Java
- https
Archives
- Today
- Total
목록spring-security (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