From 73134e14a8b7e24d390d7abf120e93922a761922 Mon Sep 17 00:00:00 2001 From: Tony Ho Date: Mon, 9 Dec 2019 22:17:23 +0800 Subject: [PATCH] modify plugin description --- changeNotes.txt | 1 + .../chuntung/plugin/mybatis/builder/model/PluginInfo.java | 1 - src/main/resources/META-INF/plugin.xml | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changeNotes.txt b/changeNotes.txt index 0f00009..87b0034 100644 --- a/changeNotes.txt +++ b/changeNotes.txt @@ -1,3 +1,4 @@ \ No newline at end of file diff --git a/src/main/java/com/chuntung/plugin/mybatis/builder/model/PluginInfo.java b/src/main/java/com/chuntung/plugin/mybatis/builder/model/PluginInfo.java index 461df1a..9b7faad 100644 --- a/src/main/java/com/chuntung/plugin/mybatis/builder/model/PluginInfo.java +++ b/src/main/java/com/chuntung/plugin/mybatis/builder/model/PluginInfo.java @@ -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"; diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index c99e9cd..e1bfef7 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -5,11 +5,11 @@ com.chuntung.plugin.mybatisbuilder MyBatis Builder 1.0 - Tony Ho + Tony Ho + 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.

Supported databases: mysql/postgresql/mariadb/oracle/sqlserver/sqlite/h2.

@@ -22,7 +22,7 @@
  • Select with lock, which will generate selectByPrimaryKeyWithLock/selectByExampleWithLock.
  • Resolve placeholders of printed SQL in MyBatis log and "Copy as Executable SQL" to clipboard.
  • - Getting Started + Getting Started ]]>