0

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.

flybywire
  • 261,858
  • 191
  • 397
  • 503

1 Answers1

1

Maybe you could try ReloadableResourceBundleMessageSource. Seems it does support XML

Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148