From c457131f1c183e58c0b1193235eea02464267bad Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:43:17 +0200 Subject: [PATCH] Fix heading level for "Programmatic bean registration" in AOT chapter (cherry picked from commit 9f0dbc405180ded52250d8b52c430a74c4cb00b8) --- framework-docs/modules/ROOT/pages/core/aot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/core/aot.adoc b/framework-docs/modules/ROOT/pages/core/aot.adoc index 9446fdc24c0..7914611b002 100644 --- a/framework-docs/modules/ROOT/pages/core/aot.adoc +++ b/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 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