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 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).
|
|
|
|
|
|
|
|
[[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[]
|