Skip to content

Commit

Permalink
update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hykes committed Dec 22, 2017
1 parent bbbe501 commit bd1e6c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 5 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Logs
- v1.0 2017-12-21</p>
- v1.1 2017-12-22
- Fix compatibility error
- Add ImportPackage directive

- v1.0 2017-12-21
- Only support IDEA ULTIMATE

- v0.9 2017-12-15
Expand Down
8 changes: 5 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<idea-plugin>
<id>me.hehaiyang.codegen</id>
<name>CodeGen</name>
<version>1.0</version>
<version>1.1</version>
<vendor email="[email protected]" url="https://github.com/hykes">hehaiyang</vendor>

<description><![CDATA[
<p><a href="https://github.com/hykes/CodeGen">GitHub</a> | <a href="https://github.com/hykes/CodeGen/issues">Issues</a> | <a href="https://plugins.jetbrains.com/plugin/9574-codegen">JetBrains</a> </p>
<br>
<p>This plugin helps you to generate specific template code by create table statement or database .</p>
<p>Support IDEA Ultimate(171+)</p>
<ul>
<li>Velocity template language</li>
<li>IDEA database</li>
Expand All @@ -17,9 +18,10 @@
]]></description>

<change-notes><![CDATA[
<p>v1.0 2017-12-21</p>
<p>v1.1 2017-12-22</p>
<ul>
<li>Only support IDEA ULTIMATE .</li>
<li>Fix compatibility error</li>
<li>Add ImportPackage directive</li>
</ul>
<a href="https://github.com/hykes/CodeGen/blob/master/CHANGELOG.md">Read More ...</a>
]]>
Expand Down
2 changes: 1 addition & 1 deletion resources/template/spring/MapperTemplate.vm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</sql>

<sql id="values_exclude_id">
#foreach($item in $fields)#{${item.column}}, #end
#foreach($item in $fields)#{${item.field}}, #end
now(), now()
</sql>

Expand Down

0 comments on commit bd1e6c5

Please sign in to comment.