Allow multiple configs (xmls, java-files, packages) to be loaded in
ApplicationContextFactory
This commit is contained in:
committed by
Michael Minella
parent
443cbba57f
commit
cc6be985ad
@@ -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>
|
||||
Reference in New Issue
Block a user