Skip to content

Commit 0b64491

Browse files
committed
Fix typo
Closes gh-13368
1 parent 3e3575e commit 0b64491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6499,7 +6499,7 @@ the autoconfigure module in your projects more easily. If you do it that way, th
64996499
won't be provided and Spring Boot will back off by default.
65006500

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

0 commit comments

Comments
 (0)