spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image.adoc

17 lines
617 B
Plaintext

[[native-image]]
= GraalVM Native Image Support
include::attributes.adoc[]
https://www.graalvm.org/native-image/[GraalVM Native Images] are standalone executables that can be generated by processing compiled Java applications ahead-of-time.
Native Images generally have a smaller memory footprint and start faster than their JVM counterparts.
include::native-image/introducing-graalvm-native-images.adoc[]
include::native-image/developing-your-first-application.adoc[]
include::native-image/testing-native-applications.adoc[]
include::native-image/advanced-topics.adoc[]
include::native-image/whats-next.adoc[]