一、setting-plygins-搜索MyBatisCodeHelperPro安装

IDEA插件之MyBatisCodeHelperPro的安装与使用
安装完成后重启IDEA

二、使用

2.1 选择你项目使用的数据库并连接

IDEA插件之MyBatisCodeHelperPro的安装与使用

2.2连接成功,mysql8.0如果无法连接时配置参数serverTimezone=UTC

IDEA插件之MyBatisCodeHelperPro的安装与使用

2.3 提示功能

可以直接跳转dao对应的DML((Data Manipulation Language)数据操纵语言:

适用范围:对数据库中的数据进行一些简单操作,如insert,delete,update,select等),防止人为原因路径写错问题。
IDEA插件之MyBatisCodeHelperPro的安装与使用
在Mapper中执行sql
IDEA插件之MyBatisCodeHelperPro的安装与使用
查看执行结果
IDEA插件之MyBatisCodeHelperPro的安装与使用
带参数的sql执行
IDEA插件之MyBatisCodeHelperPro的安装与使用
IDEA插件之MyBatisCodeHelperPro的安装与使用

更多功能请访问链接: https://github.com/gejun123456/MyBatisCodeHelper-Pro.

相关文章:

  • 2021-04-23
  • 2021-09-21
  • 2021-05-20
  • 2021-07-06
  • 2021-08-08
猜你喜欢
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-11-02
  • 2021-07-18
相关资源
相似解决方案