Make editorial changes to appendix-auto-configuration-classes.adoc

Closes gh-10875
This commit is contained in:
Jay Bryant 2017-11-01 16:09:17 -05:00 committed by Stephane Nicoll
parent ea89f633cc
commit d5c879c186

View File

@ -1,11 +1,11 @@
[appendix]
[[auto-configuration-classes]]
== Auto-configuration classes
Here is a list of all auto-configuration classes provided by Spring Boot with links to
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).
(To do so, start the app with `--debug` or `-Ddebug` or, in an Actuator application, use
the `autoconfig` endpoint).