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