Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f6946c6b1 | ||
|
|
1a4d50bbb7 | ||
|
|
395e390f50 |
@@ -1,7 +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
|
||||
|
||||
|
||||
@@ -14,6 +14,12 @@
|
||||
|
||||
https://github.com/xkcoding/justauth-spring-boot-starter-demo
|
||||
|
||||
完整版 demo:https://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>
|
||||
```
|
||||
|
||||
|
||||
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