GraalVM native image can produce a native binary out of your Java application. This binary starts really fast and standalone, which means it doesn't depend on the JVM for running.
In this video I'll show how you can easily package native images of your applications into docker images to be run everywhere as containers.
コメント