Created
July 30, 2019 23:44
-
-
Save omeuerodrigofreitas/33e8b3c829ddb76990b930dae572fb74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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