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