You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/antora/modules/ROOT/pages/jpa/aot.adoc
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,12 @@ Do not use them directly in your code as generation and implementation details m
44
44
=== Running with AOT Repositories
45
45
46
46
AOT is a mandatory step to transform a Spring application to a native executable, so it is automatically enabled when running in this mode.
47
-
It is also possible to use those optimizations on the JVM by setting the `spring.aot.enabled` and `spring.aot.repositories.enabled` properties to `true`.
47
+
When AOT is enabled (either for native compilation or by setting `spring.aot.enabled=true`), AOT repositories are automatically enabled by default.
48
+
49
+
You can explicitly control AOT repository generation by setting the `spring.aot.repositories.enabled` property:
0 commit comments