2014-03-14 04:18:47 +08:00
|
|
|
[appendix]
|
2021-04-29 22:34:02 +08:00
|
|
|
[[appendix.auto-configuration-classes]]
|
2019-09-17 16:44:40 +08:00
|
|
|
= Auto-configuration Classes
|
2020-01-10 21:48:43 +08:00
|
|
|
include::attributes.adoc[]
|
2019-07-02 02:47:12 +08:00
|
|
|
|
2019-09-17 16:44:40 +08:00
|
|
|
This appendix contains details of all of the auto-configuration classes provided by Spring Boot, with links to documentation and source code.
|
2019-08-28 12:09:28 +08:00
|
|
|
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).
|
2014-03-14 04:18:47 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-04-29 22:34:02 +08:00
|
|
|
[[appendix.auto-configuration-classes.core]]
|
2020-04-08 01:58:51 +08:00
|
|
|
== spring-boot-autoconfigure
|
2014-03-14 04:18:47 +08:00
|
|
|
The following auto-configuration classes are from the `spring-boot-autoconfigure` module:
|
|
|
|
|
|
2020-01-10 21:48:43 +08:00
|
|
|
include::auto-configuration-classes/spring-boot-autoconfigure.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-04-29 22:34:02 +08:00
|
|
|
[[appendix.auto-configuration-classes.actuator]]
|
2020-04-08 01:58:51 +08:00
|
|
|
== spring-boot-actuator-autoconfigure
|
2017-09-01 13:19:44 +08:00
|
|
|
The following auto-configuration classes are from the `spring-boot-actuator-autoconfigure` module:
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2020-01-10 21:48:43 +08:00
|
|
|
include::auto-configuration-classes/spring-boot-actuator-autoconfigure.adoc[]
|