https://javachoi.tistory.com/253
@RestControllerAdvice 를 이용해서 예외 처리하기
@ControllerAdvice란? 간단하게 말하자면 @ExceptionHandler, @ModelAttribute, @InitBinder 가 적용된 메서드들을 AOP를 적용해 컨트롤러 단에 적용하기 위해 고안된 애너테이션 입니다. @RestControllerAdvice란? @ResponseB
javachoi.tistory.com
'Spring > @annotation' 카테고리의 다른 글
| @Service (0) | 2024.06.09 |
|---|---|
| @org.springframework.web.bind.annotation.ExceptionHandler (0) | 2024.06.08 |
| @Slf4j (0) | 2024.06.08 |
| @Override (0) | 2024.06.08 |
| @Builder (0) | 2024.06.07 |