-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5df26bb
commit 73134e1
Showing
3 changed files
with
5 additions
and
5 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
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> |
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 |
---|---|---|
|
@@ -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> | ||
|
@@ -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[ | ||
|