I have properties file config.properties where are stored some application wide properties. And I have imported it using property placeholder:
PropertyPlaceholderConfigurer already supports xml property files via the DefaultPropertiesPersister
The xml file format for the properties is as below.
Value 1 Value 2
you can use