Spring Boot - Exception Handling
Why might you prefer using
@ControllerAdvice with @ExceptionHandler over defining @ExceptionHandler methods in each controller?