Skip to content

mplanchant/quarkus-kotlin-greeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-kotlin-greeting

Build Status

Compiling and running

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

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages