This module illustrates how to use the REST Client.
You can run this application in dev mode using:
> mvn quarkus:devThe application is exposed on http://localhost:8080/:
> curl http://localhost:8080/api\?name\=neoBuild it the application package using:
> mvn clean packageThe output is located in target/quarkus-app
Once packaged, you can run the application with:
> java -jar target/quarkus-app/quarkus-run.jar