标签: spring
<context:property-placeholder location="myProp.properties"/> <import resource="${type}.xml"/>
我想基于myprop.properties中的type属性值导入上下文。我有这个异常:
java.lang.IllegalArgumentException: Could not resolve placeholder 'type'
有什么解决方案?