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

7 lines
243 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans default-autowire="byName">
<bean id="fakeData" class="taffy.examples.shared.fakeData" />
<bean id="artfartCollection" class="taffy.examples.api_coldspring.stuff.artfartCollection" />
</beans>