Skip to content

Commit ff9d0cf

Browse files
committed
Merge branch '2.1.x'
Closes gh-17588
2 parents 78871d7 + 74f0e42 commit ff9d0cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,8 @@ a `messages` resource bundle at the root of the classpath.
21572157
NOTE: The auto-configuration applies when the default properties file for the configured
21582158
resource bundle is available (i.e. `messages.properties` by default). If your resource
21592159
bundle contains only language-specific properties files, you are required to add the
2160-
default.
2160+
default. If no properties file is found that matches any of the configured base names,
2161+
there will be no auto-configured `MessageSource`.
21612162

21622163
The basename of the resource bundle as well as several other attributes can be configured
21632164
using the `spring.messages` namespace, as shown in the following example:

0 commit comments

Comments
 (0)