Skip to content

Commit

Permalink
docs: add english docs
Browse files Browse the repository at this point in the history
  • Loading branch information
linyimin0812 committed Jan 5, 2023
1 parent 3668ce3 commit 6eddc01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

<description><![CDATA[
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/>
<ul>
<li>Supports mybatis mode and non-mybatis mode</li>
<li>SQL specification check</li>
<li>SQL index check</li>
<li>SQL stress</li>
<li>Table-building specification check</li>
<li>Table index specification check</li>
<li>Table data mock</li>
<li>Supports file and project dimensions MyBatis SQL scanning</li>
</ul>
<br/>
Mybatis-Sql-Viewer是一款提高CRUD时编写SQL效率和质量的插件,支持mybatis模式和非mybatis模式。主要功能如下:<br/>
<b>mybatis模式(自动生成SQL语句, 包含非mybatis模式的功能)</b>
Expand Down

0 comments on commit 6eddc01

Please sign in to comment.