Generate a list of autoconfig for docs

This commit is contained in:
Dave Syer
2014-02-12 11:58:28 +00:00
parent 929bd902be
commit 52ba2f40dc
2 changed files with 55 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ context fails to start, and also if you enable DEBUG logging for
Spring Boot. If you use the Actuator there is also an endpoint
`/autoconfig` that renders the report in JSON. Use that to debug the
application and see what features have been added (and which not) by
Spring Boot at runtime.
Spring Boot at runtime. Also [see here](./autoconfig.md) for a list of
auto configuration classes with links.
Many more questions can be answered by looking at the source code and
Javadocs. Some rules of thumb: