1
0
mirror of synced 2025-12-17 03:57:17 +08:00

3 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
Yangkai.Shen
2f6946c6b1 ⬆️ 升级 JustAuth 版本:1.10.1,AuthUser添加构造函数,支持反序列化 2019-08-19 09:21:25 +08:00
Yangkai.Shen
1a4d50bbb7 📝 添加 CHANGELOG 2019-08-09 16:22:51 +08:00
Yangkai.Shen
395e390f50 📝 更新 README.md 2019-08-09 16:20:37 +08:00
3 changed files with 15 additions and 4 deletions

View File

@@ -1,7 +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

@@ -14,6 +14,12 @@
https://github.com/xkcoding/justauth-spring-boot-starter-demo
完整版 demohttps://github.com/xkcoding/spring-boot-demo/tree/master/spring-boot-demo-social
## 更新日志
[CHANGELOG](./CHANGELOG.md)
## 快速开始
- 引用依赖
@@ -22,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>