在 Spring 3.1 中,是否可以使用属性占位符来解析 bean 的 'id' 属性?
例如,我想在我的 context.xml 文件中执行以下操作:
<context:property-placeholder/>
<int:channel id="${channel.name}"/>
在 Spring 3.1 中,是否可以使用属性占位符来解析 bean 的 'id' 属性?
例如,我想在我的 context.xml 文件中执行以下操作:
<context:property-placeholder/>
<int:channel id="${channel.name}"/>