提交 1a9599c8 编写于 作者: D David Syer

RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity

Classpath ordering broke the build (duh: test-classes comes before classes in Maven but not Ant).
上级 b250c65c
......@@ -7,7 +7,7 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
<context:property-placeholder
location="classpath:/org/springframework/context/config/test-*.properties,classpath:/org/springframework/context/config/empty-*.properties,classpath:/org/springframework/context/config/missing-*.properties" />
location="classpath*:/org/springframework/context/config/test-*.properties,classpath*:/org/springframework/context/config/empty-*.properties,classpath*:/org/springframework/context/config/missing-*.properties" />
<bean id="foo" class="java.lang.String">
<constructor-arg value="${foo}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册