You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample shows how to build a Javalin microservice and compiling it to native code with GraalVM. I don't expect it to work on anything else than Linux AMD64.
4
5
5
6
Build either by using Docker and running `docker build .` or directly with Gradle and native-image by running `make build native`.
0 commit comments