如何在Spring中基于属性文件中的属性值导入上下文

时间:2018-08-04 06:59:08

标签: spring

<context:property-placeholder location="myProp.properties"/>
<import resource="${type}.xml"/>

我想基于myprop.properties中的type属性值导入上下文。我有这个异常:

java.lang.IllegalArgumentException: Could not resolve placeholder 'type'

有什么解决方案?

0 个答案:

没有答案