From 1f316a846d059cbf01cd7097d38d8c6fafb11f79 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 18 Feb 2015 13:47:20 +0000 Subject: [PATCH] AutoConfigurationReport -> ConditionEvaluationReport Fixes gh-2493 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 86eeb49e80..f3623c33b1 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -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