Github地址:https://github.com/javthon/mybatis-generator-yml-maven-plugin/blob/master/Readme-CN.md
在线体验:https://xxf.cool/tools/mybatisGenerator
代码都在这个地址复制粘贴
Step 1: 确保您的工程是maven工程,在您的maven pom.xml文件中添加mybatis-generator-yml-maven-plugin插件,下载插件需要等待几分钟:
Step 2: 在resources目录下新建generatorConfig.yml,并将下方完整配置样例中的代码粘贴进去
Step 3: 确保配置信息无误后运行mvn mybatis-generator-yml:generate,在Intellij IDEA中的maven窗口的plugins下可以找到这个命令,双击就能运行
Github地址:https://github.com/javthon/mybatis-generator-yml-maven-plugin/blob/master/Readme-CN.md