[Springboot] Springboot 스터디 7일차
in Study on Springboot
service.read
in Study on Springboot
service.read
in Study on Springboot
``` @Configuration // IoC 빈(bean)을 등록 @EnableWebSecurity // 필터 체인 관리 시작 어노테이션 @EnableGlobalMethodSecurity(prePostEnabled = true, securedEnabled = true) // 특정 주소 접근시 권한 및 인증을 위한 어노테이션 활성화 public class SecurityConfig extends WebSecurityConfigurerAdapter{
@Spring Managed Components