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