mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-07-15 16:27:27 +08:00
1.1.1 基于springboot 1.x 2.x 分开维护
This commit is contained in:
parent
7ff9bb214c
commit
337fefa562
@ -1,4 +1,8 @@
|
|||||||
# yexuejc-springboot-base
|
# yexuejc-springboot
|
||||||
|
|
||||||
|
### 说明
|
||||||
|
>本分支基于 springboot 1.x
|
||||||
|
>2.x 分支基于springboot 2.x
|
||||||
|
|
||||||
|
|
||||||
#### 项目介绍
|
#### 项目介绍
|
||||||
@ -9,7 +13,7 @@ parent:版本封装<br/>
|
|||||||
base:功能封装
|
base:功能封装
|
||||||
|
|
||||||
#### 最新版本
|
#### 最新版本
|
||||||
>yexuejc.springboot.version=1.1.0 <br>
|
>yexuejc.springboot.version=1.1.1 <br>
|
||||||
>yexuejc.base.version=1.1.9
|
>yexuejc.base.version=1.1.9
|
||||||
|
|
||||||
pom.xml
|
pom.xml
|
||||||
|
12
UPDATE.md
12
UPDATE.md
@ -1,6 +1,18 @@
|
|||||||
yexuejc-springboot 更新内容
|
yexuejc-springboot 更新内容
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
#### version :1.1.1
|
||||||
|
**time:2018-9-26 17:00:38** <br/>
|
||||||
|
**branch:** master <br/>
|
||||||
|
**关联工程:** <br/>
|
||||||
|
```
|
||||||
|
springboot-base:1.1.9
|
||||||
|
spring-boot-starter-parent:1.5.16.RELEASE
|
||||||
|
```
|
||||||
|
**update:** <br/>
|
||||||
|
1. 升级依赖
|
||||||
|
#
|
||||||
|
|
||||||
#### version :1.1.0
|
#### version :1.1.0
|
||||||
**time:2018-9-23 12:49:36** <br/>
|
**time:2018-9-23 12:49:36** <br/>
|
||||||
**branch:** master <br/>
|
**branch:** master <br/>
|
||||||
|
37
pom.xml
37
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.1.0</version>
|
<version>1.1.1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<!-- spring boot父级,包含了统一版本管理,统一插件管理等 -->
|
<!-- spring boot父级,包含了统一版本管理,统一插件管理等 -->
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>1.5.15.RELEASE</version>
|
<version>1.5.16.RELEASE</version>
|
||||||
<!-- <relativePath/> lookup parent from repository -->
|
<!-- <relativePath/> lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -176,37 +176,6 @@
|
|||||||
<classifier>jar-with-dependencies</classifier>
|
<classifier>jar-with-dependencies</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- spring-boot-admin相关 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.codecentric</groupId>
|
|
||||||
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
||||||
<version>${spring-boot-admin.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.codecentric</groupId>
|
|
||||||
<artifactId>spring-boot-admin-server</artifactId>
|
|
||||||
<version>${spring-boot-admin.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.codecentric</groupId>
|
|
||||||
<artifactId>spring-boot-admin-server-ui</artifactId>
|
|
||||||
<version>${spring-boot-admin.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.codecentric</groupId>
|
|
||||||
<artifactId>spring-boot-admin-server-ui-hystrix</artifactId>
|
|
||||||
<version>${spring-boot-admin.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.codecentric</groupId>
|
|
||||||
<artifactId>spring-boot-admin-server-ui-turbine</artifactId>
|
|
||||||
<version>${spring-boot-admin.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.codecentric</groupId>
|
|
||||||
<artifactId>spring-boot-admin-server-ui-activiti</artifactId>
|
|
||||||
<version>${spring-boot-admin.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
@ -271,7 +240,9 @@
|
|||||||
<goal>single</goal>
|
<goal>single</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<descriptors>
|
||||||
<descriptor>${basedir}/assembly/assembly.xml</descriptor>
|
<descriptor>${basedir}/assembly/assembly.xml</descriptor>
|
||||||
|
</descriptors>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
@ -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.1.0</version>
|
<version>1.1.1</version>
|
||||||
<!-- 本地打包:使用相对关联路径 -->
|
<!-- 本地打包:使用相对关联路径 -->
|
||||||
<!--<relativePath>../../yexuejc</relativePath>-->
|
<!--<relativePath>../../yexuejc</relativePath>-->
|
||||||
</parent>
|
</parent>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user