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 @@ -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
6060dependencies {
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
You can’t perform that action at this time.
0 commit comments