기록용) exceptionHandler

@ControllerAdvice
@RestController
public class ~ {
	@ExceptionHandler(Exception.class)
    public Object ~(Exception e) {
    	return ~;
    }
}

@ExceptionHandler는 한 클래스에서 예외 처리
@ControllerAdvice는 전역에서 예외 처리
https://jeong-pro.tistory.com/195

좋은 웹페이지 즐겨찾기