1、简介

各个层的代码生成器(Entity、Mapper、Mapper xml、Service、Controller)
各个层的代码生成器(Entity、Mapper、Mapper xml、Service、Controller)

 

2、使用

https://mp.baomidou.com/guide/generator.html#使用教程

 

3、MybatisX插件

功能一:创建mapper方法,自动生成sql语句。

功能二:mapper方法和xml语句来回跳转。

用法

在mapper中创建好接口方法-->此时方法前面有提示,创建statment即可。

 

 

相关文章:

  • 2021-09-26
  • 2022-03-05
  • 2022-12-23
  • 2021-08-15
  • 2021-11-30
  • 2021-10-10
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-04-08
  • 2022-03-09
  • 2022-01-12
  • 2022-12-23
相关资源
相似解决方案