Skip to content

Instantly share code, notes, and snippets.

@horochovec
Last active May 18, 2019 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save horochovec/e29b0f4ca114e3a4ee6ff37a080adbcc to your computer and use it in GitHub Desktop.
Save horochovec/e29b0f4ca114e3a4ee6ff37a080adbcc to your computer and use it in GitHub Desktop.
create a new quarkus project
mvn io.quarkus:quarkus-maven-plugin:0.15.0:create \
-DprojectGroupId=dev.horochovec \
-DprojectArtifactId=quarkus-test \
-DprojectVersion=0.0.1-SNAPSHOT \
-DclassName=dev.horochovec.quarkus.MyResource \
-Dpath="/resource"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment