1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-07-17 01:07:28 +08:00
This commit is contained in:
yexuejc 2018-09-23 12:50:05 +08:00
parent bc3313861b
commit 7ff9bb214c
4 changed files with 7 additions and 6 deletions

View File

@ -9,8 +9,8 @@ parent版本封装<br/>
base:功能封装
#### 最新版本
>yexuejc.springboot.version=1.0.14 <br>
>yexuejc.base.version=1.1.7
>yexuejc.springboot.version=1.1.0 <br>
>yexuejc.base.version=1.1.9
pom.xml
```

View File

@ -1,8 +1,8 @@
yexuejc-springboot 更新内容
-------------------
#### version 1.0.16
**time2018-9-23 12:46:26** <br/>
#### version 1.1.0
**time2018-9-23 12:49:36** <br/>
**branch** master <br/>
**关联工程:** <br/>
```
@ -12,6 +12,7 @@ spring-boot-starter-parent:1.5.15.RELEASE
**update** <br/>
1. 升级依赖
2. 增加SSL证书忽略默认关闭
3. 本版本更新工具依赖[https://github.com/yexuejc/yexuejc-base.git](https://github.com/yexuejc/yexuejc-base.git)不向下兼容
#
#### version 1.0.15

View File

@ -5,7 +5,7 @@
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.0.16</version>
<version>1.1.0</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>1.0.16</version>
<version>1.1.0</version>
<!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../../yexuejc</relativePath>-->
</parent>