2021-06-14 00:00

@ControllerAdvice를 통한 일관성있는 예외 처리

@ControllerAdvice
Controller에서 발생한 모든 예외를 @ControllerAdvice에서 처리할 수 있다. 일반적으로 try catch를 사용하여 예외를 처리했는데, try catch를 사용해야 하는 경우라면...

댓글