From 922d4b8f05809d377d00a96895a9d554f276e0d9 Mon Sep 17 00:00:00 2001 From: RunAtWorld Date: Thu, 19 Sep 2019 00:45:27 +0800 Subject: [PATCH] Update IdeaJ_plugin.md --- devtools/IdeaJ_plugin.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devtools/IdeaJ_plugin.md b/devtools/IdeaJ_plugin.md index 69e187a..06488b9 100644 --- a/devtools/IdeaJ_plugin.md +++ b/devtools/IdeaJ_plugin.md @@ -12,9 +12,10 @@ 1. MyBatis + Mybatis Builder: 通过IDEAJ连接数据库并将mbg的功能图形化 + Mybatis Generator: 也叫MBG,可以生成Mybatis的 Mapper/Entity/SqlMap.xml 的文件 - + + [Free MyBatis plugin](https://plugins.jetbrains.com/plugin/8321-free-mybatis-plugin/):在xml文件和mapper之间跳转 + 1. 其他: - + [Free MyBatis plugin](https://plugins.jetbrains.com/plugin/8321-free-mybatis-plugin/) + # 前端 ### VUE -- GitLab