IDEA从mapper.java跳转到mapper.xml

2019-09-08 15:09:14

在IDEA中写项目后台的时候,从controller到service到mapper到dao,都可以直接跳转,但是mapper.java到mapper.xml就需要自行寻找,为了开发方便,安装相应插件--mybais
但是,这玩意收费,所以只能寻寻觅觅破解版
首先到官网下载该插件

image.png


也可以通过IDEA自行安装
然后,是破解文件,真的找了好久,才找到可以用的!
破解文件
备份地址
上面的破解文件对应的mybaits版本是:https://pan.baidu.com/s/1bpcPHDX
我是用的这个版本,不知道官网上最新的版本能不能用这个破解文件破解。如果不行的话,建议换到这个版本的mybaits。然后在C:\Users\Administrator.IntelliJIdea2017.2\config\plugins里面对应替换相应文件即可



哈哈哈哈哈哈
既然你都看到这里了,我就告诉你最棒的吧!可以搜索到一个免费版的mybaits插件呦
哈哈哈哈哈
打开IDEA , file--> settings-->plugins,在页面中选择browse repositories-->输入mybatis plugin-->选择Free MyBatis plugin来安装就可以啦
哈哈哈哈哈

免费版的mybaits插件.png


这样开发起来爽多了,强烈建议安装嘻嘻嘻


  • 2017-02-13 17:50:05

    cURL error 60: SSL certificate problem: unable to get local issuer certificate

    Drupal 8 version uses Guzzle Http Client internally, but under the hood it may use cURL or PHP internals. If you installed PHP cURL on your PHP server it typically uses cURL and you may see an exception with error Peer certificate cannot be authenticated with known CA certificates or error code CURLE_SSL_CACERT (60).

  • 2017-02-16 08:09:01

    HTML中PRE和p的区别

    pre 元素可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。 <pre> 标签的一个常见应用就是用来表示计算机的源代码。

  • 2017-02-16 15:14:14

    动态加载js和css

    开发过程中经常需要动态加载js和css,今天特意总结了一下常用的方法。