You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m sorry — I was using this project by forking it, and it seems that my code review bot malfunctioned.
I would like to close this issue, but I don’t have the permission to do so.
I’d appreciate it if you could delete or close this issue. Thank you!
설명
현재 각 컨트롤러에서 try-catch 블록을 사용하여 예외를 처리하는 대신, 예외 처리 로직을 중앙화하여 관리할 필요가 있습니다.
구현 방법
@RestControllerAdvice
와@ExceptionHandler
를 활용한 글로벌 예외 처리기 구현참조
기대 효과
The text was updated successfully, but these errors were encountered: