MyBatis-Plus通过插件将数据库表生成Entiry,Mapper.xml,Mapper.class的方式
创建maven项目,修改pom.xml文件,如下:
4.0.0 com.xxxx parent-pom 1.0.0-SNAPSHOT com.xxxx mapper-creator 1.0-SNAPSHOT d:\demo-mapper-folder jdbc:mysql://192.168.18.140:8066/TESTDB?useUnicode=true&characterEncoding=UTF-8 root 123456 com.xxxx.demotwo com.baomidou mybatisplus-maven-plugin 1.0 ${configuration.outputDir} true true ZuoQuanTu false com.mysql.jdbc.Driver ${dataSource.url} ${dataSource.username} ${dataSource.password} underline_to_camel uuid ${packageInfo.parent} service service.impl entity mapper mapper mysql mysql-connector-java ${mysql.version}
项目运行步骤
A、修改pom.xml中的properties中的各各参数的值,以适应自己项目中的配置
B、在maven的setting.xml中添加:
com.baomidou
C、执行以下maven命令:
mvnmp:code
执行完成之后,即可看到弹出一个文件夹,里面包含了要生成的表的Entity,mapper,mapper.xml等
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对毛票票的支持。如果你想了解更多相关内容请查看下面相关链接