Clone the repository into your workspace
git clone https://github.com/maugern/jersey-skeleton.git
Download dependancy and run unit test
mvn verify
Launch application in localhost:8080
mvn jetty:run
Or you can pull and run it via Docker :
docker pull maugern/jersey-skeleton
docker run jersey-skeleton
This project fork the original jersey-skeleton.
I offer no warranty on anything, ever. If you add a new feature or fix a bug,
it would be nice if you contributed it back to the project.
Don't worry, it's under .