-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # mybatis-idea-plugin/build.gradle # mybatis-idea-plugin/src/main/resources/META-INF/plugin.xml
- Loading branch information
Showing
10 changed files
with
78 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+844 KB
...-plugin/libs/mybatis-agent-1.0.18-all.jar → ...-plugin/libs/mybatis-agent-1.0.19-all.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<vendor email="[email protected]" url="https://github.com/Link-Kou/intellij-mybaitslog">linkkou</vendor> | ||
|
||
<!-- 插件版本 --> | ||
<version>5.0.0</version> | ||
<version>5.0.2</version> | ||
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description --> | ||
<idea-version since-build="201"/> | ||
<!-- 插件的描述 --> | ||
|
@@ -13,18 +13,29 @@ | |
<p><b>Output the MyBatis log information with formatting</b></p> | ||
<ul> | ||
<h3>English:</h3> | ||
<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> | ||
<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> | ||
<h3>中文:</h3> | ||
<li>恢复mybatis/ibatis sql日志到原始的整个可执行sql。</li> | ||
<li>插件使用replace生成sql语句中的?到真正的值</li> | ||
<li>支持mybatis/ibatis(3.2.0+)以上所有SQL的语句的正常格式化输出</li> | ||
<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> | ||
</ul> | ||
]]></description> | ||
|
||
<!-- 插件的功能 --> | ||
<change-notes><![CDATA[ | ||
<ul> | ||
<p>5.0.2</p> | ||
<li>改进JDK17的支持</li> | ||
<li>Improved support for JDK17</li> | ||
</ul> | ||
<ul> | ||
<p>5.0.1</p> | ||
<li>修正GSON未依赖的BUG</li> | ||
<li>Fixed a BUG where GSON was not dependent</li> | ||
</ul> | ||
<ul> | ||
<p>5.0.0</p> | ||
<li>支持MyBatis输出的Sql进行格式化</li> | ||
|