Revert reloadable message source support

Closes gh-14882
See gh-14699
See gh-13377
This commit is contained in:
Andy Wilkinson
2018-10-29 16:24:59 +00:00
parent 5ac9b972fe
commit 743782de7e
6 changed files with 1 additions and 67 deletions

View File

@@ -135,7 +135,6 @@ content into your application. Rather, pick only the properties that you need.
spring.messages.cache-duration= # Loaded resource bundle files cache duration. When not set, bundles are cached forever. If a duration suffix is not specified, seconds will be used.
spring.messages.encoding=UTF-8 # Message bundles encoding.
spring.messages.fallback-to-system-locale=true # Whether to fall back to the system Locale if no files for a specific Locale have been found.
spring.messages.reloadable=false # Whether to use a "ReloadableResourceBundleMessageSource" rather than the default "ResourceBundleMessageSource". Recommended during development only.
spring.messages.use-code-as-default-message=false # Whether to use the message code as the default message instead of throwing a "NoSuchMessageException". Recommended during development only.
# OUTPUT