Skip to content

Instantly share code, notes, and snippets.

@SuvidhaMalaviya
Created February 5, 2023 11:25
Show Gist options
  • Save SuvidhaMalaviya/1a057158878df7d2cede48cc37aff248 to your computer and use it in GitHub Desktop.
Save SuvidhaMalaviya/1a057158878df7d2cede48cc37aff248 to your computer and use it in GitHub Desktop.
Quarkus Project Creation Command
mvn io.quarkus:quarkus-maven-plugin:1.14.0.Final:create \
-DprojectGroupId=com.example \
-DprojectArtifactId=quarkus-example \
-DclassName="com.example.QuarkusExampleResource" \
-Dpath="/hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment