Skip to content

Commit

Permalink
add plugin icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntungho committed Jun 12, 2019
1 parent d709925 commit acacde8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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://chuntung.com/mybatis-builder">chuntung.com</vendor>

<description><![CDATA[
A free GUI tool integrated with Mybatis Generator, compatible with IntelliJ IDEA, Android Studio.
Expand All @@ -17,7 +17,7 @@
<ul>
<li>Auto merger for java file.</li>
<li>Lombok @Data on java model.</li>
<li>Unified custom mapper name.</li>
<li>Unified custom mapper type, example type and SQL file name.</li>
<li>Custom mapper annotation, default is Spring @Repository.</li>
<li>Select with lock, which will generate selectByPrimaryKeyWithLock/selectByExampleWithLock.</li>
</ul>
Expand Down
46 changes: 46 additions & 0 deletions src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acacde8

Please sign in to comment.