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

https://github.com/handsomestwei/mybatis-mapper2sql-plugin

intellij plugin, auto extact mybatis mapper xml sql
https://github.com/handsomestwei/mybatis-mapper2sql-plugin

idea-plugin intellij-plugin mapper mybatis sql

Last synced: 9 months ago
JSON representation

intellij plugin, auto extact mybatis mapper xml sql

Awesome Lists containing this project

README

          

# mybatis-mapper2sql-plugin
jetbrains intellij插件,自动提取mybatis mapper xml sql

## 简介
+ 自动识别mybatis mapper xml和提取sql,无需依赖dao class,轻松解决屎山项目。
+ 支持各类sql语法。
+ 自动mock sql参数。
+ 自动测试sql并记录执行结果。

[插件市场下载](https://plugins.jetbrains.com/plugin/25584-mybatis-mapper2sql/)
[核心功能](https://github.com/handsomestWei/mybatis-mapper2sql)