An open API service indexing awesome lists of open source software.

https://github.com/stonyshi/mango-plugin

idea mango plugin
https://github.com/stonyshi/mango-plugin

mango

Last synced: 3 days ago
JSON representation

idea mango plugin

Awesome Lists containing this project

README

          

### 1.Dao接口标记springBean,和springMethod
![dao标记](https://github.com/StonyShi/mango-plugin/blob/master/image/dao_mark.png)

### 2.Service依赖注入标记,点击图标返回到Dao接口
![dao标记](https://github.com/StonyShi/mango-plugin/blob/master/image/service_ref.png)

### 3.Dao接口引用标记,多个线上下拉菜单,一个直接指向对应依赖
![dao标记](https://github.com/StonyShi/mango-plugin/blob/master/image/dao_ref.png)

### 4.Dao接口方法引用标记,多个线上下拉菜单,一个直接指向对应调用
![dao标记](https://github.com/StonyShi/mango-plugin/blob/master/image/method_ref.png)