Skip to content

Commit b45cd00

Browse files
committed
Merge branch 'develop'
2 parents 865b4a5 + f443ba3 commit b45cd00

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
@@ -39,19 +39,19 @@ MyBatis Mapper 要求 MyBatis 最低版本为
3939
<dependency>
4040
<groupId>io.mybatis</groupId>
4141
<artifactId>mybatis-mapper</artifactId>
42-
<version>1.2.1</version>
42+
<version>1.2.2</version>
4343
</dependency>
4444
<!-- 使用 Service 层封装时 -->
4545
<dependency>
4646
<groupId>io.mybatis</groupId>
4747
<artifactId>mybatis-service</artifactId>
48-
<version>1.2.1</version>
48+
<version>1.2.2</version>
4949
</dependency>
5050
<!-- 使用 ActiveRecord 模式时 -->
5151
<dependency>
5252
<groupId>io.mybatis</groupId>
5353
<artifactId>mybatis-activerecord</artifactId>
54-
<version>1.2.1</version>
54+
<version>1.2.2</version>
5555
</dependency>
5656
</dependencies>
5757
```
@@ -61,11 +61,11 @@ MyBatis Mapper 要求 MyBatis 最低版本为
6161

6262
```groovy
6363
dependencies {
64-
compile("io.mybatis:mybatis-mapper:1.2.1")
64+
compile("io.mybatis:mybatis-mapper:1.2.2")
6565
// 使用 Service 层封装时
66-
compile("io.mybatis:mybatis-service:1.2.1")
66+
compile("io.mybatis:mybatis-service:1.2.2")
6767
// 使用 ActiveRecord 模式时
68-
compile("io.mybatis:mybatis-activerecord:1.2.1")
68+
compile("io.mybatis:mybatis-activerecord:1.2.2")
6969
}
7070
```
7171

0 commit comments

Comments
 (0)