From 3fc8752a373b775fd7e8f952a833e5dce19c03f4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 14 Aug 2013 18:52:17 -0700 Subject: [PATCH] Update autoconfigure README.md with `--debug` info --- spring-boot-autoconfigure/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-autoconfigure/README.md b/spring-boot-autoconfigure/README.md index 3f7f6d1b3d..05ef1466f9 100644 --- a/spring-boot-autoconfigure/README.md +++ b/spring-boot-autoconfigure/README.md @@ -39,6 +39,10 @@ applies when relevant classes are found and when you have not declared your own You can browse the source code of `spring-boot-autoconfigure` to see the `@Configuration` classes that we provide (see the `META-INF/spring.factories` file). +> **Note:** If you are using `org.springframework.boot.SpringApplication`, you can see +> which `@Conditions` were not applied by starting your application with the `--debug` +> option. + ###Disabling specific auto-configuration All auto-configuration that we provide attempts to back away as you start to define your own beans. If, however, you find that specific auto-configure classes are being applied