diff --git a/build.gradle b/build.gradle
index 8eb5593e..8860f5a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 32451226..6b9fd4b5 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
com.sjhy.plugin.easycode
Easy Code
- 1.0.2
+ 1.1.0
数据海洋
@@ -21,6 +21,19 @@
1.1.0-SNAPSHOT
+
+ - 1.Add the global configuration module, which can be used to define macro commands, global configuration information, etc.
+ - 2.Add reset default configuration function, which can be used to restore incorrect changes.
+ - 3.Add a new template group, name as (Mybatis Plus)
+ - 4.Optimize a lot of details.
+
+
+ - 1.添加全局配置模块,可用于定义宏命令,全局配置信息等
+ - 2.添加重置默认配置功能,可用于还原误修改。
+ - 3.添加新的模板组,Mybatis Plus
+ - 4.优化大量细节。
+
1.0.2-SNAPSHOT
- 1.Add English documents
diff --git a/src/main/resources/globalConfig/Default/define.vm b/src/main/resources/globalConfig/Default/define.vm
index 05018198..23ced8c8 100644
--- a/src/main/resources/globalConfig/Default/define.vm
+++ b/src/main/resources/globalConfig/Default/define.vm
@@ -1,5 +1,5 @@
#*
-不仅仅是简单的全局变量,完全的自由发挥,下面给出一个例子。需要的请自行扩展。
+不仅仅是简单的全局变量,完全的自由发挥,下面给出一些例子。需要的请自行扩展。
注意:全局变量有优先处理权限,会影响到模板的任意同名变量,
所以在模板中一定不要定义与全局变量同名的变量。
*#