1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-07-19 18:19:31 +08:00

新增声明包

This commit is contained in:
yexuejc 2018-09-28 15:25:41 +08:00
parent 31cb9c5b55
commit 1db0630599
3 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,18 @@
yexuejc-springboot 更新内容
-------------------
#### version 2.0.1
**time2018-9-28 15:25:30** <br/>
**branch** 2.x <br/>
**关联工程:** <br/>
```
springboot-base:1.1.9
spring-boot-starter-parent:2.0.5.RELEASE
```
**update** <br/>
1. 新增声明包
#
#### version 2.0.0
**time2018-9-26 16:55:00** <br/>
**branch** 2.x <br/>

View File

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