We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f529cd commit 7631bd5Copy full SHA for 7631bd5
spring-custom-event/src/main/resources/spring-config.xml
@@ -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