Commit 85176deb authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10875 from Buzzardo:editing_appendix_auto_configuration_classes

* pr/10875:
  Make editorial changes to appendix-auto-configuration-classes.adoc
parents ea89f633 d5c879c1
[appendix] [appendix]
[[auto-configuration-classes]] [[auto-configuration-classes]]
== 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 documentation and source code. Remember to also look at the autoconfig report in your
application for more details of which features are switched on. application for more details of which features are switched on.
(start the app with `--debug` or `-Ddebug`, or in an Actuator application use the (To do so, start the app with `--debug` or `-Ddebug` or, in an Actuator application, use
`autoconfig` endpoint). the `autoconfig` endpoint).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment