Spring Boot Global Exception Handling
Spring Boot deal with the separation of concerns very well. The app can throw exceptions normally to indicate a failure of some kind, which will then be handled separately.
We have a separate class that is handling the exceptions for all the application.
Comments
Post a Comment