Delete manually crafted section summary for Java-based Container Config

Closes gh-31777
This commit is contained in:
Sam Brannen
2023-12-06 17:40:12 +01:00
parent 2c053b34f0
commit bf6cb7cd89

View File

@@ -3,17 +3,5 @@
:page-section-summary-toc: 1 :page-section-summary-toc: 1
This section covers how to use annotations in your Java code to configure the Spring This section covers how to use annotations in your Java code to configure the Spring
container. It includes the following topics: container.
* xref:core/beans/java/basic-concepts.adoc[Basic Concepts: `@Bean` and `@Configuration`]
* xref:core/beans/java/instantiating-container.adoc[Instantiating the Spring Container by Using `AnnotationConfigApplicationContext`]
* xref:core/beans/java/bean-annotation.adoc[Using the `@Bean` Annotation]
* xref:core/beans/java/configuration-annotation.adoc[Using the `@Configuration` annotation]
* xref:core/beans/java/composing-configuration-classes.adoc[Composing Java-based Configurations]
* xref:core/beans/environment.adoc#beans-definition-profiles[Bean Definition Profiles]
* xref:core/beans/environment.adoc#beans-property-source-abstraction[`PropertySource` Abstraction]
* xref:core/beans/environment.adoc#beans-using-propertysource[Using `@PropertySource`]
* xref:core/beans/environment.adoc#beans-placeholder-resolution-in-statements[Placeholder Resolution in Statements]