2014-03-14 04:18:47 +08:00
|
|
|
[appendix]
|
2021-04-30 00:11:56 +08:00
|
|
|
[[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
|
|
|
|
2021-04-30 00:11:56 +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-30 00:11:56 +08:00
|
|
|
include::auto-configuration-classes/core.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::auto-configuration-classes/actuator.adoc[]
|