Commit 0b644910 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

Closes gh-13368
parent 3e3575ea
...@@ -6499,7 +6499,7 @@ the autoconfigure module in your projects more easily. If you do it that way, th ...@@ -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. 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 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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment