mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-08-10 12:39:31 +08:00
1.2.2 redis 配置修改,增加开关,更兼容
This commit is contained in:
parent
a3219408ae
commit
8916c8c6c6
@ -13,7 +13,7 @@ parent:版本封装<br/>
|
|||||||
base:功能封装
|
base:功能封装
|
||||||
|
|
||||||
#### 最新版本
|
#### 最新版本
|
||||||
* yexuejc.springboot.version=1.2.1 <br>
|
* yexuejc.springboot.version=1.2.2 <br>
|
||||||
* yexuejc.base.version=1.3.9
|
* yexuejc.base.version=1.3.9
|
||||||
|
|
||||||
pom.xml
|
pom.xml
|
||||||
|
12
UPDATE.md
12
UPDATE.md
@ -1,6 +1,18 @@
|
|||||||
yexuejc-springboot 更新内容
|
yexuejc-springboot 更新内容
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
#### version :1.2.2
|
||||||
|
**time:2019-11-1 13:11:44** <br/>
|
||||||
|
**branch:** master <br/>
|
||||||
|
**关联工程:** <br/>
|
||||||
|
```
|
||||||
|
springboot-base:1.3.9
|
||||||
|
spring-boot-starter-parent:1.5.16.RELEASE
|
||||||
|
```
|
||||||
|
**update:** <br/>
|
||||||
|
1. redis 配置修改,增加开关,更兼容
|
||||||
|
|
||||||
|
#
|
||||||
#### version :1.2.1
|
#### version :1.2.1
|
||||||
**time:2019-7-27 09:39:24** <br/>
|
**time:2019-7-27 09:39:24** <br/>
|
||||||
**branch:** master <br/>
|
**branch:** master <br/>
|
||||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>1.2.1</version>
|
<version>1.2.2</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>1.2.1</version>
|
<version>1.2.2</version>
|
||||||
<!-- 本地打包:使用相对关联路径 -->
|
<!-- 本地打包:使用相对关联路径 -->
|
||||||
<!--<relativePath>../../yexuejc</relativePath>-->
|
<!--<relativePath>../../yexuejc</relativePath>-->
|
||||||
</parent>
|
</parent>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user