공통화 (1) 썸네일형 리스트형 API 예외처리 공통화 2 이번 글에서는 API 예외처리를 공통화해볼 것이다. 1. Global Exception 처리를 위한 class 생성 GlobalExceptionHandler package hello.hellospring.exception; import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; @Slf4j @Controlle.. 이전 1 다음