集成springboot security 多方登录
文档拆分
This commit is contained in:
maxf 2018-11-09 16:58:32 +08:00
parent 2376b2acb0
commit 56f89796a5
3 changed files with 17 additions and 3 deletions

View File

@ -1,6 +1,20 @@
yexuejc-springboot 更新内容
-------------------
#### version 2.0.3
**time2018-11-9 16:58:06** <br/>
**branch** master <br/>
**关联工程:** <br/>
```
springboot-base:1.2.1
spring-boot-starter-parent:2.0.5.RELEASE
```
**update** <br/>
1. 集成springboot security 多方登录
2. 文档拆分
#
#### version 2.0.2
**time2018-10-27 16:42:08** <br/>
**branch** master <br/>

View File

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