1
0
mirror of synced 2026-04-18 23:39:02 +08:00

⬆️ 升级 JustAuth 版本:1.10.1,AuthUser添加构造函数,支持反序列化

This commit is contained in:
Yangkai.Shen
2019-08-19 09:21:25 +08:00
parent 1a4d50bbb7
commit 2f6946c6b1
3 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
## 版本更新记录
### 【1.0.1】2019-08-19
- 升级 `JustAuth` 版本1.10.1AuthUser添加构造函数支持反序列化
### 【1.0.0】2019-08-08
- 升级 `JustAuth` 版本1.10.0,支持 `华为登录``企业微信登录``自定义State缓存`
- 升级 `JustAuth` 版本1.10.0,支持 `华为登录``企业微信登录``自定义State缓存`
### 【0.0.2】2019-08-01

View File

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

View File

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