IDEA插件之MyBatisCodeHelperPro的安装与使用

一、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.