IntelliJ IDEA2018安装mybatis_plus插件

使用此插件和快速从dao方法跳转到对应的mapper的sql中

1.下载(包含插件文件和破解文件):https://download.csdn.net/download/tiglle/10834214
2.使用idea的插件本地安装:
IntelliJ IDEA2018安装mybatis_plus插件_第1张图片
然后关闭idea
3.破解:
打开本地目录:
 C:\Users(用户)(账户名).IntelliJIdea\config\plugins\mybatis_plus\lib
使用压缩软件打开:
 mybatis_plus.jar
找到seventh7目录,用破解文件的idea中的\profile\idea\plugin\MybatisPlugin\v2.7~2.91\com\seventh7替换(直接使用压缩替换)
然后打开idea,即可

你可能感兴趣的:(IntelliJ,IDEA,MyBatis)