Skip to content

Instantly share code, notes, and snippets.

@zouzias
Created October 20, 2014 09:28
Show Gist options
  • Save zouzias/fd25f3dfa638af5ec65e to your computer and use it in GitHub Desktop.
Save zouzias/fd25f3dfa638af5ec65e to your computer and use it in GitHub Desktop.
Create a rest API with Jersy (quickly)
mvn archetype:generate -DarchetypeArtifactId=jersey-quickstart-webapp \
-DarchetypeGroupId=org.glassfish.jersey.archetypes -DinteractiveMode=false \
-DgroupId=com.example -DartifactId=simple-service-webapp -Dpackage=com.example \
-DarchetypeVersion=2.13
Resource:
https://jersey.java.net/documentation/latest/getting-started.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment