I need to define a string value in Spring context XML file that is shared by multiple beans.
This is how I do it:
<
You may be able to use the following:
...non-shared properties... ...non-shared properties...
However, that relies on the property having the same name, so may not be applicable for you.