Support resource bundle custom file extensions
This commit allows to configure custom file extensions in ReloadableResourceBundleMessageSource thanks to a new setFileExtensions setter. Combined with setPropertiesPersister, it allows custom implementations supporting any kind of property file. Closes gh-18990
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
code1=message1
|
||||
code2=message2
|
||||
@@ -0,0 +1 @@
|
||||
code2=nachricht2
|
||||
Reference in New Issue
Block a user