Sample application for creating RESTful web services in Spring Boot with Exception handling.
- Errors are handled in a common class not in actual controller or service that it's called from.
- Allows sending two different response Type Success and Error corresponding to the result.