查询Spring属性占位符

时间:2014-07-13 07:11:27

标签: spring

以下两者之间有什么区别:

    <context:property-placeholder location="classpath*:*.properties"/>

    <context:property-placeholder location="classpath:*.properties"/>

语法差异太小:在第一个类路径后面有一个额外的'*'。

顺便说一句,我使用的是Spring 3.1.2.RELEASE

0 个答案:

没有答案