Skip to content

Commit f8d728f

Browse files
author
hewei
committed
V1.0.20
1 parent ff41844 commit f8d728f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
* [自定义注释插件(CommentPlugin)](#13-自定义注释插件)
2020
* [增量插件(IncrementsPlugin)](#14-增量插件)
2121
* [查询结果选择性返回插件(SelectSelectivePlugin)](#15-查询结果选择性返回插件)
22-
* [官方ConstructorBased配置BUG临时修正插件(ConstructorBasedBugFixPlugin)](#16-官方constructorbased配置bug临时修正插件)
22+
* [~~官方ConstructorBased配置BUG临时修正插件(ConstructorBasedBugFixPlugin)~~](#16-官方constructorbased配置bug临时修正插件)
2323

2424
---------------------------------------
2525
Maven引用:
2626
```xml
2727
<dependency>
2828
<groupId>com.itfsw</groupId>
2929
<artifactId>mybatis-generator-plugin</artifactId>
30-
<version>1.0.19</version>
30+
<version>1.0.20</version>
3131
</dependency>
3232
```
3333
---------------------------------------
@@ -37,7 +37,7 @@ MyBatis Generator 参考配置(插件依赖应该配置在mybatis-generator-ma
3737
<plugin>
3838
<groupId>org.mybatis.generator</groupId>
3939
<artifactId>mybatis-generator-maven-plugin</artifactId>
40-
<version>1.3.5</version>
40+
<version>1.3.6</version>
4141
<configuration>
4242
<!-- 配置文件 -->
4343
<configurationFile>src/main/resources/mybatis-generator.xml</configurationFile>

0 commit comments

Comments
 (0)