Browse Source

Fix heading level for "Programmatic bean registration" in AOT chapter

(cherry picked from commit 9f0dbc4051)
pull/34008/head
Sam Brannen 1 year ago
parent
commit
c457131f1c
  1. 2
      framework-docs/modules/ROOT/pages/core/aot.adoc

2
framework-docs/modules/ROOT/pages/core/aot.adoc

@ -244,7 +244,7 @@ However, keep in mind that some optimizations are made at build time based on a @@ -244,7 +244,7 @@ However, keep in mind that some optimizations are made at build time based on a
This section lists the best practices that make sure your application is ready for AOT.
[[aot.bestpractices.bean-registration]]
== Programmatic bean registration
=== Programmatic bean registration
The AOT engine takes care of the `@Configuration` model and any callback that might be
invoked as part of processing your configuration. If you need to register additional

Loading…
Cancel
Save