1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-07-17 09:17:28 +08:00
集成springboot security 多方登录
文档拆分
This commit is contained in:
maxf 2018-11-09 16:57:11 +08:00
parent 14e64482f0
commit 0d977a6176
4 changed files with 19 additions and 5 deletions

View File

@ -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
```

View File

@ -1,6 +1,20 @@
yexuejc-springboot 更新内容
-------------------
#### version 1.1.4
**time2018-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
**time2018-10-27 16:40:36** <br/>
**branch** master <br/>

View File

@ -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>

View File

@ -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>