Skip to content

Commit

Permalink
feat: 5.0.0发布
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 4, 2023
1 parent bec3d95 commit 29aee35
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions mybatis-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
<p><b>Output the MyBatis log information with formatting</b></p>
<ul>
<h3>English:</h3>
<li>Support all SQL formatted output for all databases above MyBatis3.2.0</li>
<li>This is a MybaitLog output plugin that lets you feel silky</li>
<li>Restore mybatis/ibatis sql log to original whole executable sql.</li>
<li>Plugin generate sql statements with replace ? to the really param value.</li>
<li>Support all SQL formatted output for all databases above mybatis/ibatis(3.2.0+)</li>
<h3>中文:</h3>
<li>支持MyBatis3.2.0以上所有数据库的所有SQL格式化输出</li>
<li>这是一个让你感受丝滑的MybaitLog输出插件</li>
<p>
<a title="To Github" href="https://github.com/Link-Kou/intellij-mybaitslog"><img src="https://raw.githubusercontent.com/Link-Kou/intellij-mybaitslog/master/image/2020-03-25_09-28-47.jpg" width="558" alt="image"></a>
</p>
<li>恢复mybatis/ibatis sql日志到原始的整个可执行sql。</li>
<li>插件使用replace生成sql语句中的?到真正的值</li>
<li>支持mybatis/ibatis(3.2.0+)以上所有SQL的语句的正常格式化输出</li>
</ul>
]]></description>

Expand Down

0 comments on commit 29aee35

Please sign in to comment.