我想逃离我的春节化子性质的文件,以便在我的bean属性来获取: ${ROOTPATH}/relativePath
我有一个包含一个简单的Spring配置文件:
<context:property-placeholder location="classpath:myprops.properties" />
<bean id="myBean" class="spring.MyBean">
<property name="myProperty" value="${myproperty}" />
</bean>
该myprops.properties
包含:
myproperty=\${ROOTPATH}/relativePath
以上设置返回: 无法解析占位符“ROOTPATH”。 我尝试了很多可能的语法,但没能找到合适的人。