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

Popular posts from this blog

Java 8 : Find the number starts with 1 from a list of integers

Junit Mockito and Power Mockito

Important Linux Commands