Skip to content

Commit 98f778b

Browse files
committed
更新文档中的版本号
1 parent c063a57 commit 98f778b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ MyBatis Mapper 要求 MyBatis 最低版本为
3636
<dependency>
3737
<groupId>io.mybatis</groupId>
3838
<artifactId>mybatis-mapper</artifactId>
39-
<version>1.0.3</version>
39+
<version>1.2.0</version>
4040
</dependency>
4141
<!-- 使用 Service 层封装时 -->
4242
<dependency>
4343
<groupId>io.mybatis</groupId>
4444
<artifactId>mybatis-service</artifactId>
45-
<version>1.0.3</version>
45+
<version>1.2.0</version>
4646
</dependency>
4747
<!-- 使用 ActiveRecord 模式时 -->
4848
<dependency>
4949
<groupId>io.mybatis</groupId>
5050
<artifactId>mybatis-activerecord</artifactId>
51-
<version>1.0.3</version>
51+
<version>1.2.0</version>
5252
</dependency>
5353
</dependencies>
5454
```
@@ -58,11 +58,11 @@ MyBatis Mapper 要求 MyBatis 最低版本为
5858

5959
```groovy
6060
dependencies {
61-
compile("io.mybatis:mybatis-mapper:1.0.3")
61+
compile("io.mybatis:mybatis-mapper:1.2.0")
6262
// 使用 Service 层封装时
63-
compile("io.mybatis:mybatis-service:1.0.3")
63+
compile("io.mybatis:mybatis-service:1.2.0")
6464
// 使用 ActiveRecord 模式时
65-
compile("io.mybatis:mybatis-activerecord:1.0.3")
65+
compile("io.mybatis:mybatis-activerecord:1.2.0")
6666
}
6767
```
6868

0 commit comments

Comments
 (0)