예외 처리 경우 , 방법

SpringBoot Exception 처리

⚙ :: 에러 페이지

⚙ :: HTTP Status 4XX 에러 , 5XX 에러

⚙ :: HTTP 200 + Error Message

@ExceptionHandler

ex)) -> @ExceptionHandler(CustomException.class)

⚙ :: 주의사항 , 알아둘 것