From 0b644910d7b76c87b3e36539f26e9211e09c0df5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Jun 2018 10:44:35 +0200 Subject: [PATCH] Fix typo Closes gh-13368 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 59300cdf72..30e770b788 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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: