Project demonstates how to handle runtime exceptions in Spring MVC application with ExceptionHandler
Just type mvn after checkout. Then open http://localhost:8080/exc/
- Maven 3
- Java 8
The project demonstates how to handle Exception, exception for concrete API, application exception. Global handler is DemoExceptionHandler. Controller-level handler is within DatabasesController
Project demonstates how to use:
- Embeded H2 database
- Spring data JPA setup
- Angular IU (Angular adapter to Bootstrap)