Skip to content

Commit a904f53

Browse files
committed
更新首页文档版本号
1 parent 9921a8e commit a904f53

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.mybatis</groupId>
1818
<artifactId>mybatis-jakarta-jpa</artifactId>
19-
<version>2.2.1</version>
19+
<version>2.2.3</version>
2020
</dependency>
2121
```
2222

@@ -51,19 +51,19 @@ MyBatis Mapper 要求 MyBatis 最低版本为
5151
<dependency>
5252
<groupId>io.mybatis</groupId>
5353
<artifactId>mybatis-mapper</artifactId>
54-
<version>2.2.1</version>
54+
<version>2.2.3</version>
5555
</dependency>
5656
<!-- 使用 Service 层封装时 -->
5757
<dependency>
5858
<groupId>io.mybatis</groupId>
5959
<artifactId>mybatis-service</artifactId>
60-
<version>2.2.1</version>
60+
<version>2.2.3</version>
6161
</dependency>
6262
<!-- 使用 ActiveRecord 模式时 -->
6363
<dependency>
6464
<groupId>io.mybatis</groupId>
6565
<artifactId>mybatis-activerecord</artifactId>
66-
<version>2.2.1</version>
66+
<version>2.2.3</version>
6767
</dependency>
6868
</dependencies>
6969
```
@@ -73,11 +73,11 @@ MyBatis Mapper 要求 MyBatis 最低版本为
7373

7474
```groovy
7575
dependencies {
76-
compile("io.mybatis:mybatis-mapper:2.2.1")
76+
compile("io.mybatis:mybatis-mapper:2.2.3")
7777
// 使用 Service 层封装时
78-
compile("io.mybatis:mybatis-service:2.2.1")
78+
compile("io.mybatis:mybatis-service:2.2.3")
7979
// 使用 ActiveRecord 模式时
80-
compile("io.mybatis:mybatis-activerecord:2.2.1")
80+
compile("io.mybatis:mybatis-activerecord:2.2.3")
8181
}
8282
```
8383

0 commit comments

Comments
 (0)