Skip to content

StarterKit for JEE application with Jetty, Jersey, Docker, SQLite and continuous integration.

License

Notifications You must be signed in to change notification settings

maugern/jersey-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jersey Skeleton

To launch local webserver

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

About this

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 .

About

StarterKit for JEE application with Jetty, Jersey, Docker, SQLite and continuous integration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published