Skip to content

Commit 498e091

Browse files
committed
添加Spring Aop 依赖
1 parent 7de0e29 commit 498e091

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ext {
1919
"spring-jdbc" : "org.springframework:spring-jdbc:${springVersion}",
2020
"spring-tx" : "org.springframework:spring-tx:${springVersion}",
2121
"spring-web" : "org.springframework:spring-web:${springVersion}",
22+
"spring-aop" : "org.springframework:spring-aop:${springVersion}",
2223
"cglib" : "cglib:cglib:3.2.6",
2324

2425
"javax.servlet-api" : "javax.servlet:javax.servlet-api:4.0.1",

mybatis-plus-core/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies {
88
compile rootProject.ext.dependencies["jsqlparser"]
99

1010
provided rootProject.ext.dependencies["cglib"]
11+
provided rootProject.ext.dependencies["spring-aop"]
1112

1213
testCompile rootProject.ext.dependencies["mybatis-ehcache"]
1314
testCompile rootProject.ext.dependencies["logback-classic"]

0 commit comments

Comments
 (0)