How to use @ControllerAdvice annotation in a spring boot app

The @ControllerAdvice annotation in Spring Boot is a powerful mechanism for centralizing exception handling and model attribute advice across multiple controllers.