⬆️ 升级 JustAuth 版本:1.10.1,AuthUser添加构造函数,支持反序列化
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
## 版本更新记录
|
||||
|
||||
### 【1.0.1】2019-08-19
|
||||
|
||||
- 升级 `JustAuth` 版本:1.10.1,AuthUser添加构造函数,支持反序列化
|
||||
|
||||
### 【1.0.0】2019-08-08
|
||||
|
||||
- 升级 `JustAuth` 版本到 1.10.0,支持 `华为登录`、`企业微信登录`,`自定义State缓存`
|
||||
- 升级 `JustAuth` 版本:1.10.0,支持 `华为登录`、`企业微信登录`,`自定义State缓存`
|
||||
|
||||
### 【0.0.2】2019-08-01
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ https://github.com/xkcoding/justauth-spring-boot-starter-demo
|
||||
<dependency>
|
||||
<groupId>com.xkcoding</groupId>
|
||||
<artifactId>justauth-spring-boot-starter</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -23,7 +23,7 @@
|
||||
|
||||
<groupId>com.xkcoding</groupId>
|
||||
<artifactId>justauth-spring-boot-starter</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
|
||||
<name>justauth-spring-boot-starter</name>
|
||||
<url>https://github.com/xkcoding/justauth-spring-boot-starter</url>
|
||||
@@ -67,7 +67,7 @@
|
||||
<!--SpringBoot版本-->
|
||||
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
|
||||
<!--JustAuth版本-->
|
||||
<justauth.version>1.10.0</justauth.version>
|
||||
<justauth.version>1.10.1</justauth.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user