mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-07-17 09:17:28 +08:00
1.1.4
集成springboot security 多方登录 文档拆分
This commit is contained in:
parent
14e64482f0
commit
0d977a6176
@ -13,8 +13,8 @@ parent:版本封装<br/>
|
||||
base:功能封装
|
||||
|
||||
#### 最新版本
|
||||
* 1.x yexuejc.springboot.version=1.1.3 <br>
|
||||
* yexuejc.base.version=1.2.0
|
||||
* 1.x yexuejc.springboot.version=1.1.4 <br>
|
||||
* yexuejc.base.version=1.2.1
|
||||
|
||||
pom.xml
|
||||
```
|
||||
|
14
UPDATE.md
14
UPDATE.md
@ -1,6 +1,20 @@
|
||||
yexuejc-springboot 更新内容
|
||||
-------------------
|
||||
|
||||
#### version :1.1.4
|
||||
**time:2018-11-9 16:55:53** <br/>
|
||||
**branch:** master <br/>
|
||||
**关联工程:** <br/>
|
||||
```
|
||||
springboot-base:1.2.1
|
||||
spring-boot-starter-parent:1.5.16.RELEASE
|
||||
```
|
||||
**update:** <br/>
|
||||
1. 集成springboot security 多方登录
|
||||
2. 文档拆分
|
||||
#
|
||||
|
||||
|
||||
#### version :1.1.3
|
||||
**time:2018-10-27 16:40:36** <br/>
|
||||
**branch:** master <br/>
|
||||
|
4
pom.xml
4
pom.xml
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.yexuejc.springboot</groupId>
|
||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<version>1.1.4</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
@ -20,7 +20,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<yexuejc.base.version>1.2.0</yexuejc.base.version>
|
||||
<yexuejc.base.version>1.2.1</yexuejc.base.version>
|
||||
<repos.yexuejc.url>https://nexus.yexuejc.club/repository/</repos.yexuejc.url>
|
||||
|
||||
<repos.aliyun.url>http://maven.aliyun.com/nexus/content/groups/public</repos.aliyun.url>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>com.yexuejc.springboot</groupId>
|
||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<version>1.1.4</version>
|
||||
<!-- 本地打包:使用相对关联路径 -->
|
||||
<!--<relativePath>../../yexuejc</relativePath>-->
|
||||
</parent>
|
||||
|
Loading…
x
Reference in New Issue
Block a user