This module is a simple reactive application using Quarkus and RESTEasy Reactive.
You can run this application in dev mode using:
> mvn quarkus:dev
The application is exposed on http://localhost:8080/hello-resteasy-reactive
.
For example:
> curl http://localhost:8080/hello-resteasy-reactive
> curl http://localhost:8080/hello-resteasy-reactive/blocking
Build it the application package using:
> mvn clean package
The output is located in target/quarkus-app
Once packaged, you can run the application with:
> java -jar target/quarkus-app/quarkus-run.jar