Skip to content

Instantly share code, notes, and snippets.

@maxday
Last active March 22, 2020 19:00
Show Gist options
  • Save maxday/d4312e8118b7200d037a92bcc51bee54 to your computer and use it in GitHub Desktop.
Save maxday/d4312e8118b7200d037a92bcc51bee54 to your computer and use it in GitHub Desktop.
Quickly bootstrap a sample Quarkus app
mvn io.quarkus:quarkus-maven-plugin:1.3.0.Final:create \
-DprojectGroupId=io.github.maxday \
-DprojectArtifactId=quarkus-demo-actions \
-DclassName="io.github.maxday.GreetingResource" \
-Dpath="/hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment