Browse Source

added test for system placeholders in PropertyPlaceholerConfigurer's Resource array property

pull/23217/head
Juergen Hoeller 16 years ago
parent
commit
c31f245dc9
  1. 1
      org.springframework.web.servlet/src/test/java/org/springframework/web/context/WEB-INF/applicationContext.xml

1
org.springframework.web.servlet/src/test/java/org/springframework/web/context/WEB-INF/applicationContext.xml

@ -67,6 +67,7 @@ @@ -67,6 +67,7 @@
<list>
<value>classpath:/org/springframework/web/context/WEB-INF/myplace*.properties</value>
<value>classpath:/org/springframework/web/context/WEB-INF/myover*.properties</value>
<value>${myDir}/myover*.properties</value>
</list>
</property>
</bean>

Loading…
Cancel
Save