mybatisplus自动生成代码-插件

生成mybatisplus的代码

MyBatisPlus:

使用:https://blog.csdn.net/beibei3321/article/details/124978498

  1. other -> config database 配置数据库

  1. 填写密码啥的

 

 

  1. other -> code generator 选中数据表,并按照自己的环境配置包路径,最后点击 save -> code generatro 生成代码

 

 

为什么还要用codehelper.generator

因为他帮我们生成xml里面的方法,所以需要用他配合生成xml文件

Codehelper.Generator

 

 

  1. 输入上一步骤生成实体类名称(这个插件根据实体类生成代码

 

 

 

 

 

 

  1. 把对应的Dao,Dao.xml,Service里面的方法copy到上一步生成代码里面

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念