Spring MVC에서는 애플리케이션에서 발생하는 예외를 효율적으로 처리할 수 있는 몇 가지 방법을 제공합니다.

학습 목표


[기본] @ExceptionHandler를 이용한 예외처리

[기본] @RestControllerAdvice를 이용한 예외처리