Compile and run in dev
mode:
./mvnw compile quarkus:dev
Try it out:
curl -v http://localhost:8080/hello
curl -v http://localhost:8080/hello/greeting/bob
Build a native executable:
export GRAALVM_HOME=/opt/graalvm/
./mvnw package -Pnative
./target/quarkus-kotlin-greeting-1.0-SNAPSHOT-runner