BAEL-20552: Migrate spring-4 module to the com.baeldung package

This commit is contained in:
Krzysztof Woyke
2019-12-27 14:35:32 +01:00
parent b63a8c2335
commit 7a827f178f
41 changed files with 48 additions and 48 deletions
@@ -3,8 +3,8 @@
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean class="org.baeldung.spring43.ctor.FooRepository"/>
<bean class="com.baeldung.spring43.ctor.FooRepository"/>
<bean class="org.baeldung.spring43.ctor.FooService"/>
<bean class="com.baeldung.spring43.ctor.FooService"/>
</beans>