Skip to content

Commit

Permalink
添加1.1.0版本更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
makejavas committed Jul 27, 2018
1 parent 5d98c0d commit d4457f6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'idea'
apply plugin: 'org.jetbrains.intellij'

group 'com.sjhy'
version '1.0.2-SNAPSHOT'
version '1.1.0-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down
15 changes: 14 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.sjhy.plugin.easycode</id>
<name>Easy Code</name>
<version>1.0.2</version>
<version>1.1.0</version>
<vendor email="[email protected]" url="http://www.shujuhaiyang.com">数据海洋</vendor>


Expand All @@ -21,6 +21,19 @@


<change-notes><![CDATA[
<p>1.1.0-SNAPSHOT</p>
<ul>
<li>1.Add the global configuration module, which can be used to define macro commands, global configuration information, etc.</li>
<li>2.Add reset default configuration function, which can be used to restore incorrect changes.</li>
<li>3.Add a new template group, name as (Mybatis Plus)</li>
<li>4.Optimize a lot of details.</li>
</ul>
<ul>
<li>1.添加全局配置模块,可用于定义宏命令,全局配置信息等</li>
<li>2.添加重置默认配置功能,可用于还原误修改。</li>
<li>3.添加新的模板组,Mybatis Plus</li>
<li>4.优化大量细节。</li>
</ul>
<p>1.0.2-SNAPSHOT</p>
<ul>
<li>1.Add English documents</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/globalConfig/Default/define.vm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*
不仅仅是简单的全局变量,完全的自由发挥,下面给出一个例子。需要的请自行扩展。
不仅仅是简单的全局变量,完全的自由发挥,下面给出一些例子。需要的请自行扩展。
注意:全局变量有优先处理权限,会影响到模板的任意同名变量,
所以在模板中一定不要定义与全局变量同名的变量。
*#
Expand Down

0 comments on commit d4457f6

Please sign in to comment.