티스토리 뷰
<!--
@ControllerAdvice 사용하기 위해서는 <mvc:annotation-driven/> 사용해야 하는데
RequestMappingHandlerAdapter 를 customizing 한 경우 annotation-driven 설정을 사용할 수 없으므로
ControllerAdvice 가 필요한 ExceptionHandlerExceptionResolver 를 따로 등록해준다.
-->
<bean id="exceptionHandlerExceptionResolver" class="org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver" />
@ControllerAdvice Example 참고
https://www.mkyong.com/spring-mvc/spring-mvc-exceptionhandler-example/
'IT > Spring' 카테고리의 다른 글
Spring Security 4.2 sessionInformationExpiredStrategy 사용 (0) | 2017.02.21 |
---|---|
logback 설정 예 (0) | 2017.02.01 |
Quartz Schedule 사용 시 parameter 전달 xml에 설정하는 방법 (0) | 2016.11.30 |
Spring Security 4.2 Released (0) | 2016.11.15 |
WebSquare + Spring MVC Test Code (0) | 2016.10.05 |
댓글