mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-07-17 01:07:28 +08:00
1.1.0
This commit is contained in:
parent
bc3313861b
commit
7ff9bb214c
@ -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
|
||||
```
|
||||
|
@ -1,8 +1,8 @@
|
||||
yexuejc-springboot 更新内容
|
||||
-------------------
|
||||
|
||||
#### version :1.0.16
|
||||
**time:2018-9-23 12:46:26** <br/>
|
||||
#### version :1.1.0
|
||||
**time:2018-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
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user