Make editorial changes to appendix-auto-configuration-classes.adoc
Closes gh-10875
This commit is contained in:
parent
ea89f633cc
commit
d5c879c186
|
|
@ -1,11 +1,11 @@
|
||||||
[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).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue