5

在 Spring 3.1 中,是否可以使用属性占位符来解析 bean 的 'id' 属性?

例如,我想在我的 context.xml 文件中执行以下操作:

<context:property-placeholder/>

<int:channel id="${channel.name}"/>
4

1 回答 1

2

不,不是 id 和 name 属性 - 这是基于我所看到的 PropertySourcesPlaceholderConfigurer 如何解析占位符。

于 2012-06-22T20:10:02.303 回答