指定mybatis-generator使用的配置文件

默认配置文件

generatorConfig.xml

修改配置文件

generatorConfig-test.xml

工程由maven管理,编辑maven命令即可

-Dmybatis.generator.configurationFile=src/main/resources/generatorConfig-test.xml mybatis-generator:generate

指定mybatis-generator使用的配置文件

官方文档
http://mybatis.org/generator/quickstart.html
配置详解
https://www.cnblogs.com/Luke-Me/p/8963508.html
Maven工程下mybatis-generator的使用
https://www.jianshu.com/p/d3672a768755

上一篇:【在mmdetection中,利用YOLOv3训练、测试自己的数据集——voc格式转换为coco格式】


下一篇:Spring提示找不到set方法