springsecurity1 [SpringSecurity] @EnableWebSecurity, SecurityFilterChain 개념과 예시 @EnableWebSecurity는언제 쓰는걸까? @EnableWebSecurity어노테이션을 등록하여 스프링 시큐리티를 활성화하고 웹 보안 설정을 구성하는데 사용한다.즉, 등록하면 보안과 관련된 빈을 사용할 수 있게 된다.@EnableWebSercurity는 자동으로 스프링 시큐리티 필터 체인을 생성하고 웹 보안을 활성화한다.보통 @Configuration과 함께 사용한다.예전에는 WebSecurityConfigurerAdapter와 @EnableWebSecurity 조합이 기본이었다.지금은 WebSecurityconfigurerAdapter를 쓰지 않게되면서 SecurityFilterChain 빈을 직접 등록하는 방식이 표준이 되었다. SecurityFilterChain실제 보안 규칙(인가/.. 2025. 8. 28. 이전 1 다음