|
|
|
|
@ -56,7 +56,7 @@ public class EgovConfigWeb implements WebMvcConfigurer, ApplicationContextAware
|
|
|
|
|
* 중요로직: 모든 요청에 대해 캐시 방지 헤더를 추가하여 브라우저 뒤로가기 시에도 항상 최신 데이터를 표시한다.
|
|
|
|
|
* js, jsp, css 즉각 반영안됨, 주석처리
|
|
|
|
|
*/
|
|
|
|
|
/*@Override
|
|
|
|
|
@Override
|
|
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
|
|
registry.addInterceptor(new HandlerInterceptor() {
|
|
|
|
|
@Override
|
|
|
|
|
@ -68,7 +68,7 @@ public class EgovConfigWeb implements WebMvcConfigurer, ApplicationContextAware
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
}).addPathPatterns("/**"); // 모든 경로에 적용
|
|
|
|
|
}*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Exception handling is now done using @ControllerAdvice in EgovExceptionAdvice class.
|
|
|
|
|
|