728x90 인증1 스프링 서블릿 필터 - 로그인 인증 체크 필터 package hello.login; import hello.login.web.filter.LogFilter; import hello.login.web.filter.LoginCheckFilter; import org.springframework.boot.web.servlet.FilterRegistrationBean; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import javax.servlet.Filter; @Configuration public class WebConfig { @Bean public FilterRegistrationBean.. 2021. 9. 30. 이전 1 다음 728x90