Skip to content

Commit 7631bd5

Browse files
committed
spring-config.xml
spring-config.xml
1 parent 9f529cd commit 7631bd5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<beans xmlns="http://www.springframework.org/schema/beans"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://www.springframework.org/schema/beans
5+
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
6+
7+
<bean id="login" class="com.hmkcode.beans.Login">
8+
<property name="username" value="hmkcode" />
9+
</bean>
10+
<bean id="loginTracker" class="com.hmkcode.beans.LoginTracker"></bean>
11+
</beans>

0 commit comments

Comments
 (0)