@ControllerAdvice1 [TIL] 231220 Spring Boot Global Exception @ControllerAdvice Spring Boot의 예외처리 방식 @ControllerAdvice를 통한 예외처리 모든 컨트롤러의 예외 처리 (@Cotroller / @RestController) @ControllerAdvice, @RestControllerAdvice가 있다 @RestControllerAdvice는 Json형태로 결과 반환 @ExceptionHandlerer를 통한 예외처리 예외 처리할 메소드 정의 @ControllerAdvice로 설정된 class 내에서 메소드로 설정하거나 각 Controller안에서 설정 가능 @ControllerAdvice로 설정된 것보다 Controller안에서 설정한게 우선순위가 높음 여기서!! Controller와 RestController의 차이! @RestController = @C.. 2023. 12. 20. 이전 1 다음