Created
October 20, 2014 09:28
-
-
Save zouzias/fd25f3dfa638af5ec65e to your computer and use it in GitHub Desktop.
Create a rest API with Jersy (quickly)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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