<context:property-placeholder location="classpath*:spring/*.properties" />
如果将其放置在名为spring的目录中的类路径中的某个位置(相应地更改名称/目录),则可以使用
<property name="locations" value ="config/springcontext.properties" />
这将指向web-inf / classes / config / springcontext.properties



