Merge pull request #10875 from Buzzardo:editing_appendix_auto_configuration_classes

* pr/10875:
  Make editorial changes to appendix-auto-configuration-classes.adoc
This commit is contained in:
Stephane Nicoll 2017-11-02 11:23:31 +01:00
commit 85176debf3
1 changed files with 3 additions and 3 deletions

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