with the Error Handling Spring Boot Starter library. We look at a project that improves on the default Spring boot error handling for REST APIs.
According the project's definition this project sets out:
to make it easy to have proper and consistent error responses
or in other words to fix what's wrong with the default Spring Boot error handling. Which is :
Comments