1
0
mirror of synced 2026-02-24 22:17:50 +08:00

合并pr,增加单测以及集成企业微信

This commit is contained in:
yadong.zhang
2019-08-06 17:46:51 +08:00
17 changed files with 244 additions and 28 deletions

View File

@@ -9,7 +9,7 @@
</p>
<p align="center">
<a target="_blank" href="https://search.maven.org/search?q=JustAuth">
<img src="https://img.shields.io/badge/Maven Central-1.9.6-blue.svg" ></img>
<img src="https://img.shields.io/badge/Maven Central-1.10.0-blue.svg" ></img>
</a>
<a target="_blank" href="https://gitee.com/yadong.zhang/JustAuth/blob/master/LICENSE">
<img src="https://img.shields.io/apm/l/vim-mode.svg?color=yellow" ></img>
@@ -18,7 +18,7 @@
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" ></img>
</a>
<a target="_blank" href="https://apidoc.gitee.com/yadong.zhang/JustAuth/" title="API文档">
<img src="https://img.shields.io/badge/Api Docs-1.9.6-orange.svg" ></img>
<img src="https://img.shields.io/badge/Api Docs-1.10.0-orange.svg" ></img>
</a>
<a target="_blank" href="https://docs.justauth.whnb.wang" title="参考文档">
<img src="https://img.shields.io/badge/Docs-latest-blueviolet.svg" ></img>
@@ -91,7 +91,7 @@ JustAuth如你所见它仅仅是一个**第三方授权登录**的**工具
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.9.6</version>
<version>1.10.0</version>
</dependency>
```
- 调用api

View File

@@ -1,6 +1,6 @@
![](_media/logo.png)
# JustAuth <small>1.9.6</small>
# JustAuth <small>1.10.0</small>
<strong>史上最全的整合第三方登录的开源库</strong>

View File

@@ -1,4 +1,9 @@
## v1.9.6
## v1.10.0
### 2019/08/06
- 合并[PR-34](https://github.com/zhangyd-c/JustAuth/pull/34)添加StringUtil单元测试修复bug
- 合并[PR-35](https://github.com/zhangyd-c/JustAuth/pull/35),集成企业微信
### 2019/08/05
- 集成华为登录