excludePathPatterns1 7월 31일 project - session 로그아웃 처리 preHandle() - 메서드 호출 전 (return false이면 이후는 실행하지 않고 종료된다.) postHandle() - 메서드 호출 후 addInterceptor : 등록할 인터셉터 설정 addPathPatterns : 적용할 url 패턴 설정 excludePathPatterns : 인터셉터를 제외할 url 패턴 등록 로그아웃 후 뒤로 가기 시 캐쉬 삭제 config - 로그아웃만 처리 import com.raspberry.board.Util.SessionInterceptor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration.. 2023. 8. 1. 이전 1 다음