我是靠谱客的博主 如意咖啡豆,最近开发中收集的这篇文章主要介绍ant构建项目迁移到gradle_SpringBoot 2.4.0 Gradle构建系列之二SpringBoot 2.4.0 Gradle中使用MyBatis Generator自动生成代码随着SpringBoot2.4.0的发布,构建工具由Maven转向Gradle,项目采用Grale构建后,MyBatis Generator插件亦需重新折腾,MyBatis Generator是一个mybatis工具项目,用于生成Mybatis的Model、Mapper、Dao持久层的代码。MyBatis G,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

SpringBoot 2.4.0 Gradle中使用MyBatis Generator自动生成代码

编者: wRitchie(吴理琪) 来源:http://www.bj9420.com

随着SpringBoot2.4.0的发布,构建工具由Maven转向Gradle,项目采用Grale构建后,MyBatis Generator插件亦需重新折腾,MyBatis Generator是一个mybatis工具项目,用于生成Mybatis的Model、Mapper、Dao持久层的代码。MyBatis Generator提供Maven plugin、Ant task、Java三种方式运行。构建工具采用Gradle,虽然MyBatis Generator没有提供Gradle的插件,但Gradle可以调用Ant任务,因此,Gradle能运行Mybatis Generator。

一、 mybatis-dev.properties配置文件

0b44068d3e8437dfb1c7bd9382357d4c.png

二、 generatorConfig.xml配置文件

d79270de31e70560c3ae732ead14e41f.png
ea3b66e8a28610cb2bc5a8f8d707434c.png

三、 添加依赖, build.gradle配置文件:

1、添加mybatisGenerator

da1877a3f23470b422f1bef9ba251598.png

2、添加依赖,注意把前面的compile group改为第一步添加的mybatisGenerator

396ca91ebde0dd49473c061d98c5eacd.png

3、添加任务

b3d19bd7dea8e7dfc0e81edec8b8bbe7.png
e08c4dcebd8e51d750f46b447add13e1.png

四、 运行

1、在Gradle中刷新,点开module下的other里找到mybatisGenarate

373155083c3eec03eb4e7c52d47a809f.png

2、双击mybatisGenarate,自动生成Model、Mapper、Dao成功:

557444fe07d670d8eb6b7b409097e2a8.png

3、生成代码结构:

2ab56d74f0f6a8227048466a100a1ce9.png
0e4da0c9e8b244d3e3b7a7aee775587a.png

至此,SpringBoot 2.4.0 Gradle中使用MyBatis Generator自动生成代码配置完毕。

最后

以上就是如意咖啡豆为你收集整理的ant构建项目迁移到gradle_SpringBoot 2.4.0 Gradle构建系列之二SpringBoot 2.4.0 Gradle中使用MyBatis Generator自动生成代码随着SpringBoot2.4.0的发布,构建工具由Maven转向Gradle,项目采用Grale构建后,MyBatis Generator插件亦需重新折腾,MyBatis Generator是一个mybatis工具项目,用于生成Mybatis的Model、Mapper、Dao持久层的代码。MyBatis G的全部内容,希望文章能够帮你解决ant构建项目迁移到gradle_SpringBoot 2.4.0 Gradle构建系列之二SpringBoot 2.4.0 Gradle中使用MyBatis Generator自动生成代码随着SpringBoot2.4.0的发布,构建工具由Maven转向Gradle,项目采用Grale构建后,MyBatis Generator插件亦需重新折腾,MyBatis Generator是一个mybatis工具项目,用于生成Mybatis的Model、Mapper、Dao持久层的代码。MyBatis G所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部