Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 318 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 318 Bytes

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.