quinta-feira, 7 de março de 2019

Hello World, Quarkus!

Today JBoss community released Quarkus. I could not wait to test it. Projects can be generated using the following archetype:

mvn io.quarkus:quarkus-maven-plugin:0.11.0:create      \
    -DprojectGroupId=org.fxapps                        \
    -DprojectArtifactId=quarkus-getting-started        \
    -DclassName="org.fxapps.GreetingResource"          \
    -Dpath="/hello"             


With the project that was generated you can create native binaries and docker images from it. See the following video for a quick demo of a hello world application:

Nenhum comentário:

Postar um comentário