2.1.1 redis 配置修改,增加开关,更兼容

This commit is contained in:
yexuejc 2019-11-01 13:33:10 +08:00
parent 73b767786f
commit 85362e6537
6 changed files with 16 additions and 5 deletions

View File

@ -12,7 +12,7 @@ parent版本封装<br/>
base:功能封装
#### 最新版本
>yexuejc.springboot.version=2.0.5 <br>
>yexuejc.springboot.version=2.1.1 <br>
>yexuejc.base.version=1.3.9
pom.xml

View File

@ -1,6 +1,17 @@
yexuejc-springboot 更新内容
-------------------
#### version 2.1.1
**time2019-11-1 13:32:07** <br/>
**branch** master <br/>
**关联工程:** <br/>
```
springboot-base:1.3.9
spring-boot-starter-parent:2.0.5.RELEASE
```
**update** <br/>
1. redis 配置修改,增加开关,更兼容
#### version 2.1.0
**time2019-7-24 18:30:49** <br/>
**branch** master <br/>

View File

@ -5,7 +5,7 @@
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../</relativePath>-->
</parent>

View File

@ -16,7 +16,7 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<properties>
<yexuejc.base.version>1.3.9</yexuejc.base.version>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>
<groupId>top.yexuejc</groupId>
<artifactId>yexuejc-springboot-simple</artifactId>