Service which is called by devon4quarkus-cicd-testapp-service-a.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .
You can run your application in dev mode using: shell script ./mvnw compile quarkus:dev
curl -w "\n" http://localhost:8081/hello
or
curl -w "\n" http://localhost:8081/hello/Florian
You can run tests from your IDE or via Maven. Simply run ./mvnw test or ./mvnw package
The application can be packaged using:
./mvnw package
It produces the quarkus-run.jar
file in the target/quarkus-app/
directory.
Be aware that it’s not an über-jar as the dependencies are copied into the target/quarkus-app/lib/
directory.
If you want to build an über-jar, execute the following command:
./mvnw package -Dquarkus.package.type=uber-jar