Skip to content

Instantly share code, notes, and snippets.

@horochovec
Last active May 18, 2019 20:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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