HOME
home
Team
home

스프링 시큐리티 완전 정복

초기화 과정 이해

프로젝트 생성 / 의존성 추가

dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' }
Java
복사

SecurityBuilder / SecurityConfigurer

개념

WebSecurity / HttpSecurity

HttpSecurity

SecurityFilterChain

WebSecurity

DelegatingFilterProxy / FilterChainProxy

사용자 정의 보안 설정하기