89260a3a9c
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 lines
765 B
Plaintext
9 lines
765 B
Plaintext
= GraalVM Native Image Support
|
|
|
|
Spring Boot 3.0 provides {spring-boot-reference-url}reference/packaging/native-image/introducing-graalvm-native-images.html[support for generating native images with GraalVM].
|
|
Spring Security integrates with that support and provides its features ready for native images.
|
|
|
|
However, as mentioned in the {spring-boot-reference-url}reference/packaging/native-image/introducing-graalvm-native-images.html#packaging.native-image.introducing-graalvm-native-images.understanding-aot-processing[Spring Boot documentation], there are some cases where we need to provide hints to be used by GraalVM.
|
|
|
|
This section aims to provide guidance in some Spring Security features that likely need to have additional hints provided by the application.
|