采用
GraalVM是一款支持多种语言的Java虚拟机,包括Java、JavaScript、Python、Ruby、R、WebAssembly等多种语言, 另外一个重要的特性是支持Native Image,可以将Java应用编译成本地二进制文件,提高应用的启动速度和性能。
GraalVM & Friends
- Native Build Tools: https://github.com/graalvm/native-build-tools
- Spring Boot GraalVM Native Image Support: https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
References
- GraalVM: https://www.graalvm.org/
- GraalVM Native Image: https://www.graalvm.org/latest/reference-manual/native-image/