Browse Source

Delete manually crafted section summary for Java-based Container Config

Closes gh-31777
pull/31778/head
Sam Brannen 2 years ago
parent
commit
bf6cb7cd89
  1. 14
      framework-docs/modules/ROOT/pages/core/beans/java.adoc

14
framework-docs/modules/ROOT/pages/core/beans/java.adoc

@ -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]

Loading…
Cancel
Save