Skip to content

Latest commit

 

History

History
 
 

kotlin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kotlin Sample Application

See prerequisites of this sample.

Building

pack build applications/kotlin  --env BP_JVM_VERSION=11

Running

docker run --rm --tty --publish 8080:8080 applications/kotlin

Viewing

curl -s http://localhost:8080/actuator/health | jq .