Allow multiple configs (xmls, java-files, packages) to be loaded in

ApplicationContextFactory
This commit is contained in:
Thomas Bosch
2014-05-12 13:29:11 +02:00
committed by Michael Minella
parent 443cbba57f
commit cc6be985ad
4 changed files with 63 additions and 29 deletions

View File

@@ -21,7 +21,7 @@
<bean id="foo" class="org.springframework.batch.core.configuration.support.GenericApplicationContextFactoryTests$Foo">
<property name="values" value="1,4" />
</bean>
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="properties" value="foo=bar" />
<property name="order" value="1"/>
@@ -34,4 +34,4 @@
</map>
</property>
</bean>
</beans>
</beans>