티스토리 뷰

<!--

@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/

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
TAG
more
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함