Sample application demonstrating how to expose RESTful endpoints from a Spring MVC application.
Tomcat 7: mvn tomcat:run
Jetty : mvn jetty:run
The project uses the following technologies:
- web/REST: Spring 3.2.x
- persistence: Spring Data JPA and Hibernate 4.1.x
- persistence providers: hsqldb
- security: [Spring Security]