mirror of https://gitee.com/makejava/EasyCode.git
添加1.1.0版本更新说明
This commit is contained in:
parent
5d98c0d1b0
commit
d4457f67ce
|
@ -9,7 +9,7 @@ apply plugin: 'idea'
|
||||||
apply plugin: 'org.jetbrains.intellij'
|
apply plugin: 'org.jetbrains.intellij'
|
||||||
|
|
||||||
group 'com.sjhy'
|
group 'com.sjhy'
|
||||||
version '1.0.2-SNAPSHOT'
|
version '1.1.0-SNAPSHOT'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
<id>com.sjhy.plugin.easycode</id>
|
<id>com.sjhy.plugin.easycode</id>
|
||||||
<name>Easy Code</name>
|
<name>Easy Code</name>
|
||||||
<version>1.0.2</version>
|
<version>1.1.0</version>
|
||||||
<vendor email="1353036300@qq.com" url="http://www.shujuhaiyang.com">数据海洋</vendor>
|
<vendor email="1353036300@qq.com" url="http://www.shujuhaiyang.com">数据海洋</vendor>
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,6 +21,19 @@
|
||||||
|
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<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>
|
<p>1.0.2-SNAPSHOT</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>1.Add English documents</li>
|
<li>1.Add English documents</li>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#*
|
#*
|
||||||
不仅仅是简单的全局变量,完全的自由发挥,下面给出一个例子。需要的请自行扩展。
|
不仅仅是简单的全局变量,完全的自由发挥,下面给出一些例子。需要的请自行扩展。
|
||||||
注意:全局变量有优先处理权限,会影响到模板的任意同名变量,
|
注意:全局变量有优先处理权限,会影响到模板的任意同名变量,
|
||||||
所以在模板中一定不要定义与全局变量同名的变量。
|
所以在模板中一定不要定义与全局变量同名的变量。
|
||||||
*#
|
*#
|
||||||
|
|
Loading…
Reference in New Issue