File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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---------------------------------------
2525Maven引用:
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 >
You can’t perform that action at this time.
0 commit comments