This is a minimal devon4quarkus project.
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:8080/greeting/{name}
or
curl -w "\n" http://localhost:8080/greeting
You can run tests from your IDE or via Maven. Simply run ./mvnw test or ./mvnw package