mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Add a `spring.messages.reloadable` configuration property which can be used to auto-configure a `ReloadableResourceBundleMessageSource` rather than a `ResourceBundleMessageSource`. Closes gh-13377