Reputation: 273432
As you may know, properties are usually written in files in key=value format but can also be written in XML format.
The question is if (and how) can Spring's ResourceBundleMessageSource be configured to load properties in XML format.
Upvotes: 0
Views: 1540
Reputation: 64622
Maybe you could try ReloadableResourceBundleMessageSource. Seems it does support XML
Upvotes: 1