
Move projects to better reflect the way that Spring Boot is released. The following projects are under `spring-boot-project`: - `spring-boot` - `spring-boot-autoconfigure` - `spring-boot-tools` - `spring-boot-starters` - `spring-boot-actuator` - `spring-boot-actuator-autoconfigure` - `spring-boot-test` - `spring-boot-test-autoconfigure` - `spring-boot-devtools` - `spring-boot-cli` - `spring-boot-docs` See gh-9316
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
[appendix]
|
|
[[auto-configuration-classes]]
|
|
== Auto-configuration classes
|
|
Here is a list of all auto-configuration classes provided by Spring Boot with links to
|
|
documentation and source code. Remember to also look at the autoconfig report in your
|
|
application for more details of which features are switched on.
|
|
(start the app with `--debug` or `-Ddebug`, or in an Actuator application use the
|
|
`autoconfig` endpoint).
|
|
|
|
|
|
|
|
[[auto-configuration-classes-from-autoconfigure-module]]
|
|
=== From the "`spring-boot-autoconfigure`" module
|
|
The following auto-configuration classes are from the `spring-boot-autoconfigure` module:
|
|
|
|
include::../../../target/generated-resources/auto-configuration-classes-spring-boot-autoconfigure.adoc[]
|
|
|
|
|
|
|
|
[[auto-configuration-classes-from-actuator]]
|
|
=== From the "`spring-boot-actuator-autoconfigure`" module
|
|
The following auto-configuration classes are from the `spring-boot-actuator-autoconfigure` module:
|
|
|
|
include::../../../target/generated-resources/auto-configuration-classes-spring-boot-actuator-autoconfigure.adoc[]
|