Skip to content

Commit

Permalink
modify plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntungho committed Dec 9, 2019
1 parent 5df26bb commit 73134e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions changeNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<ul>
<li>Fixed minor issues.
<li>Compatible with latest IDEA.
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public interface PluginInfo {
String AUTHOR = "Tony Ho";

String HOME_PAGE = "https://mybatis.chuntung.com";
String STAT_URL = "https://mybatis.chuntung.com/stat/";

String ALIPAY_LINK = "https://mybatis.chuntung.com/donate/";
String PAYPAL_LINK = "https://www.paypal.me/chuntungho?locale.x=en_US";
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<id>com.chuntung.plugin.mybatisbuilder</id>
<name>MyBatis Builder</name>
<version>1.0</version>
<vendor email="[email protected]" url="https://chuntung.com/mybatis-builder">Tony Ho</vendor>
<vendor email="[email protected]" url="https://mybatis.chuntung.com">Tony Ho</vendor>

<description><![CDATA[
A free GUI tool integrated with MyBatis Generator, compatible with IntelliJ IDEA, Android Studio.
Alternatively, it supports to "Run MyBatis Generator" on configuration file popup menu.<br>
A free GUI tool integrated with MyBatis Generator, which is specially compatible with IDEA CE.
In addition, it supports "Run MyBatis Generator" on configuration file popup menu.<br>
<br>
Supported databases: mysql/postgresql/mariadb/oracle/sqlserver/sqlite/h2.<br>
<br>
Expand All @@ -22,7 +22,7 @@
<li>Select with lock, which will generate selectByPrimaryKeyWithLock/selectByExampleWithLock.</li>
<li>Resolve placeholders of printed SQL in MyBatis log and "Copy as Executable SQL" to clipboard.</li>
</ul>
<a href="https://chuntung.com/mybatis-builder">Getting Started</a>
<a href="https://mybatis.chuntung.com">Getting Started</a>
]]></description>

<change-notes><![CDATA[
Expand Down

0 comments on commit 73134e1

Please sign in to comment.