AutoConfigurationReport -> ConditionEvaluationReport

Fixes gh-2493
This commit is contained in:
Dave Syer 2015-02-18 13:47:20 +00:00
parent c3c156515f
commit 1f316a846d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ can send us a {github-code}[pull request].
The Spring Boot auto-configuration tries its best to '`do the right thing`', but
sometimes things fail and it can be hard to tell why.
There is a really useful `AutoConfigurationReport` available in any Spring Boot
There is a really useful `ConditionEvaluationReport` available in any Spring Boot
`ApplicationContext`. You will see it if you enable `DEBUG` logging output. If you use
the `spring-boot-actuator` there is also an `autoconfig` endpoint that renders the report
in JSON. Use that to debug the application and see what features have been added (and