Skip to content

michaldo/exc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Exception handling demo

Project demonstates how to handle runtime exceptions in Spring MVC application with ExceptionHandler

Usage

Just type mvn after checkout. Then open http://localhost:8080/exc/

Requirements

  • Maven 3
  • Java 8

Details

The project demonstates how to handle Exception, exception for concrete API, application exception. Global handler is DemoExceptionHandler. Controller-level handler is within DatabasesController

Additional benefit

Project demonstates how to use:

  1. Embeded H2 database
  2. Spring data JPA setup
  3. Angular IU (Angular adapter to Bootstrap)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors