Skip to content

Commit 18fecbe

Browse files
committed
test
1 parent 695b010 commit 18fecbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Spring-AOP/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.springframework</groupId>
4141
<artifactId>spring-aop</artifactId>
42-
<version>5.1.4.RELEASE</version>
42+
<version>5.2.1.RELEASE</version>
4343
</dependency>
4444

4545
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-aop -->

Spring-AOP/src/main/java/com/bruis/learnaop/testaspectJ/TestMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public class TestMain {
88
public static void main(String[] args) {
99
ApplicationContext context = new ClassPathXmlApplicationContext("aspectTest.xml");
10-
TestBean bean = (TestBean)context.getBean("testaspectJ");
10+
TestBean bean = (TestBean)context.getBean("test");
1111
bean.test();
1212
}
1313
}

0 commit comments

Comments
 (0)