标签: spring
以下两者之间有什么区别:
<context:property-placeholder location="classpath*:*.properties"/> <context:property-placeholder location="classpath:*.properties"/>
语法差异太小:在第一个类路径后面有一个额外的'*'。
顺便说一句,我使用的是Spring 3.1.2.RELEASE