File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
6363dependencies {
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
You can’t perform that action at this time.
0 commit comments