1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-07-18 01:37:27 +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:功能封装 base:功能封装
#### 最新版本 #### 最新版本
* 1.x yexuejc.springboot.version=1.1.3 <br> * 1.x yexuejc.springboot.version=1.1.4 <br>
* yexuejc.base.version=1.2.0 * yexuejc.base.version=1.2.1
pom.xml pom.xml
``` ```

View File

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

View File

@ -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.3</version> <version>1.1.4</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
@ -20,7 +20,7 @@
</parent> </parent>
<properties> <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.yexuejc.url>https://nexus.yexuejc.club/repository/</repos.yexuejc.url>
<repos.aliyun.url>http://maven.aliyun.com/nexus/content/groups/public</repos.aliyun.url> <repos.aliyun.url>http://maven.aliyun.com/nexus/content/groups/public</repos.aliyun.url>

View File

@ -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.3</version> <version>1.1.4</version>
<!-- 本地打包:使用相对关联路径 --> <!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../../yexuejc</relativePath>--> <!--<relativePath>../../yexuejc</relativePath>-->
</parent> </parent>