Merge branch '1.5.x' into 2.0.x

pull/13413/head
Stephane Nicoll 7 years ago
commit 5c96943e59

@ -7653,7 +7653,7 @@ the `autoconfigure` module in your projects more easily. If you do it that way,
library is not provided and, by default, Spring Boot backs off. library is not provided and, by default, Spring Boot backs off.
Spring Boot uses an annotation processor to collect the conditions on auto-configurations 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 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 improve startup time. It is recommended to add the following dependency in a module that
contains auto-configurations: contains auto-configurations:

Loading…
Cancel
Save