Spring

Spring - MVC @ControllerAdvice

엔꾸꾸 2019. 8. 1. 22:17

Spring - @ControllerAdvice

  • 예외처리, 바인딩설정, 모델 객체를 모든 컨트롤러 전반에 적용하고 싶은경우 사용한다.

  • @ControllerAdivce

 

Web on Servlet Stack

Spring Web MVC is the original web framework built on the Servlet API and has been included in the Spring Framework from the very beginning. The formal name, “Spring Web MVC,” comes from the name of its source module (spring-webmvc), but it is more commonl

docs.spring.io