A template project for a RESTful webapp using Spring + Jersey
- Spring 4.1.4.RELEASE
- Jersey 2.15
- Servlet 3.1
- JUnit 4.11
Requires JDK8 to compile and run. Use maven command to build the war file:
mvn clean verify
Tested with Jetty 9.2.7.v20150116 to deploy the war file.