
This involved a small code change to the generated configuration properties snippets. The section id has to start with 'appendix.', otherwise the section-id asciidoctor extension complains. To ensure that the anchors that are derived from the section IDs remain backwards compatible, the anchor-rewrite properties have been updated. See gh-29667
17 lines
592 B
Plaintext
17 lines
592 B
Plaintext
[appendix]
|
|
[[appendix.auto-configuration-classes]]
|
|
= Auto-configuration Classes
|
|
include::attributes.adoc[]
|
|
|
|
|
|
|
|
This appendix contains details of all of the auto-configuration classes provided by Spring Boot, with links to documentation and source code.
|
|
Remember to also look at the conditions report in your application for more details of which features are switched on.
|
|
(To do so, start the app with `--debug` or `-Ddebug` or, in an Actuator application, use the `conditions` endpoint).
|
|
|
|
|
|
|
|
include::auto-configuration-classes/core.adoc[]
|
|
|
|
include::auto-configuration-classes/actuator.adoc[]
|