Skip to content

nishanthd/spring-boot-rest-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-rest-design

Sample application for creating RESTful web services in Spring Boot with Exception handling.

  1. Errors are handled in a common class not in actual controller or service that it's called from.
  2. Allows sending two different response Type Success and Error corresponding to the result.