Skip to content

Instantly share code, notes, and snippets.

@omeuerodrigofreitas
Created July 30, 2019 23:44
Show Gist options
  • Save omeuerodrigofreitas/33e8b3c829ddb76990b930dae572fb74 to your computer and use it in GitHub Desktop.
Save omeuerodrigofreitas/33e8b3c829ddb76990b930dae572fb74 to your computer and use it in GitHub Desktop.
mvn io.quarkus:quarkus-maven-plugin:0.19.1:create \
 -DprojectGroupId=br.com.rodrigofreitas \
 -DprojectArtifactId=meuapp \
 -DclassName="br.com.rodrigofreitas.meuapp.resource.HelloWordResource" \
 -Dpath="/hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment