We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78871d7 + 74f0e42 commit ff9d0cfCopy full SHA for ff9d0cf
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -2157,7 +2157,8 @@ a `messages` resource bundle at the root of the classpath.
2157
NOTE: The auto-configuration applies when the default properties file for the configured
2158
resource bundle is available (i.e. `messages.properties` by default). If your resource
2159
bundle contains only language-specific properties files, you are required to add the
2160
-default.
+default. If no properties file is found that matches any of the configured base names,
2161
+there will be no auto-configured `MessageSource`.
2162
2163
The basename of the resource bundle as well as several other attributes can be configured
2164
using the `spring.messages` namespace, as shown in the following example:
0 commit comments