Skip to content

Commit 5c96943

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents 3e1b163 + 0b64491 commit 5c96943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7653,7 +7653,7 @@ the `autoconfigure` module in your projects more easily. If you do it that way,
76537653
library is not provided and, by default, Spring Boot backs off.
76547654

76557655
Spring Boot uses an annotation processor to collect the conditions on auto-configurations
7656-
in a metadata file (`META-INF/spring-autoconfigure-metadata.json`). If that file is
7656+
in a metadata file (`META-INF/spring-autoconfigure-metadata.properties`). If that file is
76577657
present, it is used to eagerly filter auto-configurations that do not match, which will
76587658
improve startup time. It is recommended to add the following dependency in a module that
76597659
contains auto-configurations:

0 commit comments

Comments
 (0)