diff --git a/README.md b/README.md index 1bec4d8..e7e9438 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ parent:版本封装
base:功能封装 #### 最新版本 ->yexuejc.springboot.version=2.0.5
+>yexuejc.springboot.version=2.1.1
>yexuejc.base.version=1.3.9 pom.xml diff --git a/UPDATE.md b/UPDATE.md index 0dbc194..9db2cf5 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,6 +1,17 @@ yexuejc-springboot 更新内容 ------------------- +#### version :2.1.1 +**time:2019-11-1 13:32:07**
+**branch:** master
+**关联工程:**
+``` +springboot-base:1.3.9 +spring-boot-starter-parent:2.0.5.RELEASE +``` +**update:**
+1. redis 配置修改,增加开关,更兼容 + #### version :2.1.0 **time:2019-7-24 18:30:49**
**branch:** master
diff --git a/pom.xml b/pom.xml index ebdf109..c27f1bc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 2.1.0 + 2.1.1 pom ${project.artifactId} diff --git a/yexuejc-springboot-base/pom.xml b/yexuejc-springboot-base/pom.xml index 4f1fa19..47edee7 100644 --- a/yexuejc-springboot-base/pom.xml +++ b/yexuejc-springboot-base/pom.xml @@ -9,7 +9,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 2.1.0 + 2.1.1 diff --git a/yexuejc-springboot-example/springboot-security-login-simple/pom.xml b/yexuejc-springboot-example/springboot-security-login-simple/pom.xml index ef0b811..14a49ae 100644 --- a/yexuejc-springboot-example/springboot-security-login-simple/pom.xml +++ b/yexuejc-springboot-example/springboot-security-login-simple/pom.xml @@ -16,7 +16,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 2.1.0 + 2.1.1 1.3.9 diff --git a/yexuejc-springboot-example/yexuejc-springboot-simple/pom.xml b/yexuejc-springboot-example/yexuejc-springboot-simple/pom.xml index 241447d..45f0be1 100644 --- a/yexuejc-springboot-example/yexuejc-springboot-simple/pom.xml +++ b/yexuejc-springboot-example/yexuejc-springboot-simple/pom.xml @@ -5,7 +5,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 2.1.0 + 2.1.1 top.yexuejc yexuejc-springboot-simple