| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- Geoserver
- Java
- posgis
- #mojo
- insert into
- AuthenticationPrincipal
- 1093
- nginx
- JWT
- RDB
- python
- Failed to load ApplicationContext
- mysql
- JPA
- postgresql
- spring boot
- psycopg2
- Kafka
- Maven
- postgres
- hadoop #hdfs
- Docker
- spring
- JSON Web Token
- Spring Security
- sftp
- Linux
- uuid
- LazyInitializationException
- QGIS
- Today
- Total
목록Spring Security (2)
FOREST_CHOI's BLOG
Spring 2.7.x 이상의 버전부터 Spring Security 의 WebSecurityConfigurerAdapter를 사용해서 config를 사용할 때 오류가 발생했다. 공식홈페이지에는 이제 사용을 권장핮지 않는다고 되어있다. https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter Spring Security without the WebSecurityConfigurerAdapter In Spring Security 5.7.0-M2 we deprecated the WebSecurityConfigurerAdapter, as we encourage users to move towards a com..
오늘부터 차근차근 하나씩 내가 공부했던걸 올리려고한다. (이미 늦은감은 있지만...) 일단 처음 진행할건 JWT(Json Web Token) 나는 Spring boot를 시작하고 기본적인 게시판 CURD를 배운다음 실제 로그인을 진행해보고싶었다. 여러 블로그를 보면서 따라 쳐보고 시행착오도 겪어보고 결국 Spring boot에 입문한지 3~4개월차 쯤에 JWT로그인을 구현할 수 있었다. JWT로그인을 위해 이리저리 블로그를 돌아다니다가(진짜 거짓말 안하고 대충 50개 넘개는 본거같다).. 조금 쉽게 설명해놓을 곳이 많지 않다는 것을 느꼈고 내가 JWT입문자(?)들을 위해 조금 쉽게 풀어쓰려고 글을 적어보려고한다. 사실 Spring Security도 알아야하는 고급기술이고 나도 아직 제대로 알지는 못하지만..