반응형 WebSecurity1 WebSecurity configure WebSecurity configure 몇 주전 오만상을 쓰며 만들던 스프링 시큐리어티로 웹 로그인 기능에 대해 어제 비로소 감을 조금 잡았다. 아직 완전한건 아니지만... 짬짬히 조금씩 각 부분별로 정리를 해서 포스팅을 올릴 생각이다. @EnableWebMvcSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter {@Override public void configure(WebSecurity web) throws Exception {web.ignoring().antMatchers("/css/**", "/images/**");}...} 오버라이드된 configure는 (WebSecurity) 메서드를 오버라이드해서 특정 요청에 .. 2019. 4. 25. 이전 1 다음 반응형