You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@
8
8
9
9
<description><![CDATA[
10
10
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>
0 commit comments