방문해 주셔서 감사합니다! 항상 행복하세요! - 문의사항은 메일 또는 댓글로 언제든 연락주세요. - "해줘","답 내놔" 같은 질문은 답변드리지 않습니다. - 메일주소 : lts06069@naver.com Spring boot 인터셉터1 Spring boot 인터셉터, Spring boot Interceptor, 스프링부트 인터셉터 스프링부트에서 인터셉터 등록은 매우 간단하다. 먼저 인터셉터 역할을 할 클래스를 생성한다. 통상적으로 세션에서 로그인 정보가 등록되어 있는지 확인하기 때문에 세션을 가져오는 코드도 추가 하였다. import java.util.HashMap; import java.util.Optional; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.web.servlet.handler.HandlerInterceptorAdapter; public class MyInterceptor ext.. 2019. 12. 2. 이전 1 다음