2019-10-31 20:43:47 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
|
|
|
|
|
2019-12-27 14:35:32 +01:00
|
|
|
<bean class="com.baeldung.spring43.ctor.FooRepository"/>
|
2019-10-31 20:43:47 -05:00
|
|
|
|
2019-12-27 14:35:32 +01:00
|
|
|
<bean class="com.baeldung.spring43.ctor.FooService"/>
|
2019-10-31 20:43:47 -05:00
|
|
|
|
|
|
|
|
</beans>
|