일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Spring Boot
- spring security 로그인
- CI
- react simple captcha
- react 상태
- Security 로그인
- build
- react 캡차
- Docker
- 리액트 심플캡차
- 에러
- 스프링 시큐리티 로그인
- maven
- error
- myBatis
- react captcha
- Spring Security
- spring error
- react 심플캡차
- REACT
- jpa
- 리액트 캡차
- git
- 젠킨스
- ChatGPT
- 스프링 시큐리티
- 깃
- 스프링
- react 자동입력방지
- SpringBoot
Archives
- Today
- Total
목록spring security config (1)
I can do it(Feat. DEV)

다들 아시다시피 Spring Security 5.7.x 버전 이후부터 WebSecurityConfigurerAdapter가 deprecate(사용되지 않게) 될 예정이기 때문에 Spring Security에서 지향하는 SecurityFilterChain을 @Bean으로 등록하는 방식으로 진행해보겠음. Spring Security without the WebSecurityConfigurerAdapter에서 자세한 설명 확인 가능함. 필자는 먼저 단일 로그인 방식, 즉 하나의 security config로 로그인을 구현한 뒤, 멀티 로그인 방식으로 진행할 예정(다음 포스팅에서)임. 멀티 로그인 방식은 쉽게 말해 사용자, 관리자의 로그인 화면이 개별로 있고 spring security 설정도 사용자, 관리자 ..
개발자 모드/응용
2022. 11. 3. 16:38