mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-07-19 01:59:31 +08:00
1.1.0
This commit is contained in:
parent
bc3313861b
commit
7ff9bb214c
@ -9,8 +9,8 @@ parent:版本封装<br/>
|
|||||||
base:功能封装
|
base:功能封装
|
||||||
|
|
||||||
#### 最新版本
|
#### 最新版本
|
||||||
>yexuejc.springboot.version=1.0.14 <br>
|
>yexuejc.springboot.version=1.1.0 <br>
|
||||||
>yexuejc.base.version=1.1.7
|
>yexuejc.base.version=1.1.9
|
||||||
|
|
||||||
pom.xml
|
pom.xml
|
||||||
```
|
```
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
yexuejc-springboot 更新内容
|
yexuejc-springboot 更新内容
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
#### version :1.0.16
|
#### version :1.1.0
|
||||||
**time:2018-9-23 12:46:26** <br/>
|
**time:2018-9-23 12:49:36** <br/>
|
||||||
**branch:** master <br/>
|
**branch:** master <br/>
|
||||||
**关联工程:** <br/>
|
**关联工程:** <br/>
|
||||||
```
|
```
|
||||||
@ -12,6 +12,7 @@ spring-boot-starter-parent:1.5.15.RELEASE
|
|||||||
**update:** <br/>
|
**update:** <br/>
|
||||||
1. 升级依赖
|
1. 升级依赖
|
||||||
2. 增加SSL证书忽略:默认关闭
|
2. 增加SSL证书忽略:默认关闭
|
||||||
|
3. 本版本更新工具依赖[https://github.com/yexuejc/yexuejc-base.git](https://github.com/yexuejc/yexuejc-base.git)不向下兼容
|
||||||
#
|
#
|
||||||
|
|
||||||
#### version :1.0.15
|
#### version :1.0.15
|
||||||
|
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.0.16</version>
|
<version>1.1.0</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.0.16</version>
|
<version>1.1.0</version>
|
||||||
<!-- 本地打包:使用相对关联路径 -->
|
<!-- 本地打包:使用相对关联路径 -->
|
||||||
<!--<relativePath>../../yexuejc</relativePath>-->
|
<!--<relativePath>../../yexuejc</relativePath>-->
|
||||||
</parent>
|
</parent>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user