Exception Handler not working on a spring boot app
Try adding @EnableWebMvc annotation to your configuration class and make sure your controller advice is being scanned.
Try adding @EnableWebMvc annotation to your configuration class and make sure your controller advice is being scanned.