File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
mybatis-spring-boot-autoconfigure/src/site
mybatis-spring-boot-test-autoconfigure/src/site Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ If using gradle add this to your `build.gradle`:
57
57
58
58
``` groovy
59
59
dependencies {
60
- compile ("org.mybatis.spring.boot:mybatis-spring-boot-starter:${project.version}")
60
+ implementation ("org.mybatis.spring.boot:mybatis-spring-boot-starter:${project.version}")
61
61
}
62
62
```
63
63
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ MyBatis-Spring-Boot-Starter 要求以下版本:
57
57
58
58
``` groovy
59
59
dependencies {
60
- compile ("org.mybatis.spring.boot:mybatis-spring-boot-starter:${project.version}")
60
+ implementation ("org.mybatis.spring.boot:mybatis-spring-boot-starter:${project.version}")
61
61
}
62
62
```
63
63
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ If using gradle add this to your `build.gradle`:
53
53
54
54
``` groovy
55
55
dependencies {
56
- testCompile ("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:${project.version}")
56
+ testImplementation ("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:${project.version}")
57
57
}
58
58
```
59
59
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ TheMyBatis-Spring-Boot-Starter-Test 要求以下版本:
51
51
52
52
``` groovy
53
53
dependencies {
54
- testCompile ("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:${project.version}")
54
+ testImplementation ("org.mybatis.spring.boot:mybatis-spring-boot-starter-test:${project.version}")
55
55
}
56
56
```
57
57
You can’t perform that action at this time.
0 commit comments