File tree 2 files changed +16
-4
lines changed
src/main/java/com/hmkcode/beans
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src/main/java" including =" **/*.java" />
4
+ <classpathentry kind =" src" path =" src/main/resources" excluding =" **/*.java" />
5
+ <classpathentry kind =" output" path =" target/classes" />
6
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
7
+ <classpathentry kind =" var" path =" M2_REPO/org/springframework/spring-core/3.1.0.RELEASE/spring-core-3.1.0.RELEASE.jar" />
8
+ <classpathentry kind =" var" path =" M2_REPO/org/springframework/spring-asm/3.1.0.RELEASE/spring-asm-3.1.0.RELEASE.jar" />
9
+ <classpathentry kind =" var" path =" M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" />
10
+ <classpathentry kind =" var" path =" M2_REPO/org/springframework/spring-beans/3.1.0.RELEASE/spring-beans-3.1.0.RELEASE.jar" />
11
+ <classpathentry kind =" var" path =" M2_REPO/org/springframework/spring-context/3.1.0.RELEASE/spring-context-3.1.0.RELEASE.jar" />
12
+ <classpathentry kind =" var" path =" M2_REPO/org/springframework/spring-aop/3.1.0.RELEASE/spring-aop-3.1.0.RELEASE.jar" />
13
+ <classpathentry kind =" var" path =" M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" sourcepath =" M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar" />
14
+ <classpathentry kind =" var" path =" M2_REPO/org/springframework/spring-expression/3.1.0.RELEASE/spring-expression-3.1.0.RELEASE.jar" />
15
+ <classpathentry kind =" var" path =" M2_REPO/org/springframework/spring-context-support/3.1.0.RELEASE/spring-context-support-3.1.0.RELEASE.jar" />
16
+ </classpath >
Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ public class LoginTracker implements ApplicationListener<LoginEvent> {
8
8
@ Override
9
9
public void onApplicationEvent (LoginEvent event ) {
10
10
11
-
12
11
System .out .println ("\n " +((Login )event .getSource ()).getUsername ()+" logged-in @ " +event .getDate ()+"\n " );
13
12
14
-
15
-
16
13
}
17
-
18
14
}
You can’t perform that action at this time.
0 commit comments