Spring/@annotation

@RestControllerAdvice

melitina 2024. 6. 8. 00:50

https://javachoi.tistory.com/253

 

@RestControllerAdvice 를 이용해서 예외 처리하기

@ControllerAdvice란? 간단하게 말하자면 @ExceptionHandler, @ModelAttribute, @InitBinder 가 적용된 메서드들을 AOP를 적용해 컨트롤러 단에 적용하기 위해 고안된 애너테이션 입니다. @RestControllerAdvice란? @ResponseB

javachoi.tistory.com