Update Spring Properties section of reference manual
This commit documents the following Spring properties in the reference
manual.
- spring.aot.enabled
- spring.cache.reactivestreams.ignore
- spring.classformat.ignore
- spring.context.checkpoint
- spring.context.exit
Closes gh-31987
@ -23,12 +23,44 @@ The following table lists all currently supported Spring properties.
@@ -23,12 +23,44 @@ The following table lists all currently supported Spring properties.
|===
| Name | Description
| `spring.aot.enabled`
| Indicates the application should run with AOT generated artifacts. See
xref:core/aot.adoc[Ahead of Time Optimizations] and