GraalVM + Spring Fu example for Java magazine - Forked from Sebastien Deleuze's kofu-reactive-minimal example
Using SKD manager (or Jenv) setup your environment to run with GraalVM
Build the project using gradle:
./gradlew build
Run build.sh
, which will yield a file called com.sample.applicationkt
.
Run com.sample.applicationkt
which will run the app natively.
- Started application in 0.166 seconds (JVM running for 0.168)