<bean id="sysProp"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location"
value="file:${user.dir}/ops/system.properties" />
<property name="ignoreUnresolvablePlaceholders" value="true" />
</bean>
添加回答
举报
0/150
提交
取消