In Spring 3.1, is it possible to use a property placeholder to resolve the 'id' attribute of a bean?
I would like, for example, to do the following in my context.xml file:
<context:property-placeholder/>
<int:channel id="${channel.name}"/>
No, not for the id and the name attributes - this is based on what I have seen of how PropertySourcesPlaceholderConfigurer resolves the placeholders.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With