Closes gh-13368
This commit is contained in:
Stephane Nicoll 2018-06-07 10:44:35 +02:00
parent 3e3575eaef
commit 0b644910d7

View File

@ -6499,7 +6499,7 @@ the autoconfigure module in your projects more easily. If you do it that way, th
won't be provided and Spring Boot will back off by default.
Spring Boot uses an annotation processor to collect the conditions on auto-configurations
in a metadata file (`META-INF/spring-autoconfigure-metadata.json`). If that file is
in a metadata file (`META-INF/spring-autoconfigure-metadata.properties`). If that file is
present, it is used to eagerly filter auto-configurations that do not match, which will
improve startup time. It is recommended to add the following dependency in a module that
contains auto-configurations: