2023.07.07
✅ Facts(사실, 객관)
주특기 3주차(1일차)
Level 3 과제
✍️ Findings(발견, 배운점)
-
예외 처리
-
@ExceptionHandler
- Spring에서 예외 처리를 위한 Annotation
- Controller에서 발생한 예외를 처리하기 위해 사용
- AOP를 이용한 예외 처리 방식이기 때문에 메서드마다 try-catch할 필요 없음
-
@controllerAdvice
- Spring에서 예외 처리를 위한 클래스 레벨 Annotoataion
- Controller에서 발생한 예외를 처리하기 위해 사용됨
참고하여 공부 ExceptionHandler
💡 Feelings
✔️ Git은 신중하게....