From 8916c8c6c6d4b8d4042187b7f1e9bb621e5ff4c2 Mon Sep 17 00:00:00 2001 From: yexuejc <1107047387@qq.com> Date: Fri, 1 Nov 2019 13:13:02 +0800 Subject: [PATCH] =?UTF-8?q?1.2.2=20redis=20=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=BC=80=E5=85=B3=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- UPDATE.md | 12 ++++++++++++ pom.xml | 2 +- yexuejc-springboot-base/pom.xml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45e0648..b68c0b6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ parent:版本封装
base:功能封装 #### 最新版本 -* yexuejc.springboot.version=1.2.1
+* yexuejc.springboot.version=1.2.2
* yexuejc.base.version=1.3.9 pom.xml diff --git a/UPDATE.md b/UPDATE.md index ff9ffcf..3675c6a 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,6 +1,18 @@ yexuejc-springboot 更新内容 ------------------- +#### version :1.2.2 +**time:2019-11-1 13:11:44**
+**branch:** master
+**关联工程:**
+``` +springboot-base:1.3.9 +spring-boot-starter-parent:1.5.16.RELEASE +``` +**update:**
+1. redis 配置修改,增加开关,更兼容 + +# #### version :1.2.1 **time:2019-7-27 09:39:24**
**branch:** master
diff --git a/pom.xml b/pom.xml index 79be586..382ff61 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 1.2.1 + 1.2.2 pom ${project.artifactId} diff --git a/yexuejc-springboot-base/pom.xml b/yexuejc-springboot-base/pom.xml index ff22906..4dddca9 100644 --- a/yexuejc-springboot-base/pom.xml +++ b/yexuejc-springboot-base/pom.xml @@ -9,7 +9,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 1.2.1 + 1.2.2