BAEL-20552: Migrate spring-4 module to the com.baeldung package
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
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 id="dateHolder" class="org.baeldung.spring43.defaultmethods.DateHolder">
|
||||
<bean id="dateHolder" class="com.baeldung.spring43.defaultmethods.DateHolder">
|
||||
<property name="stringDate" value="15.10.1982"/>
|
||||
</bean>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user