我想逃離我的春節化子性質的文件,以便在我的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'。我嘗試了很多可能的語法,但無法找到合適的語法。
一年沒有任何評論。你解決了這個問題嗎? –