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
- Host: GitHub
- URL: https://github.com/handsomestwei/mybatis-mapper2sql-plugin
- Owner: handsomestWei
- License: apache-2.0
- Created: 2024-10-15T09:39:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T06:46:43.000Z (over 1 year ago)
- Last Synced: 2025-10-05T09:45:23.550Z (9 months ago)
- Topics: idea-plugin, intellij-plugin, mapper, mybatis, sql
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/25584-mybatis-mapper2sql
- Size: 6.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)