Files
svc-api-x/v1/taffy/examples/ParentApplication/config/coldspring.xml
2024-10-23 11:17:42 +03:00

12 lines
291 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans>
<bean id="fakeData" class="taffy.examples.shared.fakeData" />
<bean id="fooCollection" class="taffy.examples.ParentApplication.model.fooCollection">
<property name="fakeData">
<ref bean="fakeData" />
</property>
</bean>
</beans>