代理模式源码分析

This commit is contained in:
2020-03-04 10:35:49 +08:00
parent d8e80f07b0
commit ae6cc2ef17
2 changed files with 15 additions and 0 deletions

View File

@@ -105,6 +105,12 @@
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>