Skip to content

Commit 6eddc01

Browse files
committed
docs: add english docs
1 parent 3668ce3 commit 6eddc01

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99
<description><![CDATA[
1010
11+
Mybatis-SQL-Viewer is a plugin that improves the efficiency and quality of writing SQL when CRUD, supporting both mybatis and non-mybatis modes. The main functions are as follows:<br/>
12+
<ul>
13+
<li>Supports mybatis mode and non-mybatis mode</li>
14+
<li>SQL specification check</li>
15+
<li>SQL index check</li>
16+
<li>SQL stress</li>
17+
<li>Table-building specification check</li>
18+
<li>Table index specification check</li>
19+
<li>Table data mock</li>
20+
<li>Supports file and project dimensions MyBatis SQL scanning</li>
21+
</ul>
22+
<br/>
1123
Mybatis-Sql-Viewer是一款提高CRUD时编写SQL效率和质量的插件,支持mybatis模式和非mybatis模式。主要功能如下:<br/>
1224
1325
<b>mybatis模式(自动生成SQL语句, 包含非mybatis模式的功能)</b>

0 commit comments

Comments
 (0)