1
0
mirror of synced 2026-05-22 13:43:20 +00:00

📌 version

This commit is contained in:
yadong.zhang
2019-07-19 22:27:49 +08:00
parent 93c301e05b
commit ce1f71c707
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
</p> </p>
<p align="center"> <p align="center">
<a target="_blank" href="https://search.maven.org/search?q=JustAuth"> <a target="_blank" href="https://search.maven.org/search?q=JustAuth">
<img src="https://img.shields.io/badge/Maven Central-1.8.1-blue.svg" ></img> <img src="https://img.shields.io/badge/Maven Central-1.9.0-blue.svg" ></img>
</a> </a>
<a target="_blank" href="https://gitee.com/yadong.zhang/JustAuth/blob/master/LICENSE"> <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> <img src="https://img.shields.io/apm/l/vim-mode.svg?color=yellow" ></img>
@@ -15,7 +15,7 @@
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" ></img> <img src="https://img.shields.io/badge/JDK-1.8+-green.svg" ></img>
</a> </a>
<a target="_blank" href="https://apidoc.gitee.com/yadong.zhang/JustAuth/"> <a target="_blank" href="https://apidoc.gitee.com/yadong.zhang/JustAuth/">
<img src="https://img.shields.io/badge/Docs-1.8.1-orange.svg" ></img> <img src="https://img.shields.io/badge/Docs-1.9.0-orange.svg" ></img>
</a> </a>
</p> </p>
@@ -76,7 +76,7 @@ JustAuth,如你所见,它仅仅是一个**第三方授权登录**的**工具
<dependency> <dependency>
<groupId>me.zhyd.oauth</groupId> <groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId> <artifactId>JustAuth</artifactId>
<version>1.8.1</version> <version>1.9.0</version>
</dependency> </dependency>
``` ```
- 调用api - 调用api
@@ -20,7 +20,7 @@ import static me.zhyd.oauth.config.AuthSource.PINTEREST;
* *
* @author hongwei.peng (pengisgood(at)gmail(dot)com) * @author hongwei.peng (pengisgood(at)gmail(dot)com)
* @version 1.9.0 * @version 1.9.0
* @since 1.9.0 * @since 1.8
*/ */
public class AuthPinterestRequest extends AuthDefaultRequest { public class AuthPinterestRequest extends AuthDefaultRequest {
@@ -19,8 +19,8 @@ import static me.zhyd.oauth.model.AuthResponseStatus.SUCCESS;
* 人人登录 * 人人登录
* *
* @author hongwei.peng (pengisgood(at)gmail(dot)com) * @author hongwei.peng (pengisgood(at)gmail(dot)com)
* @version 1.8.1 * @version 1.9.0
* @since 1.8.1 * @since 1.8
*/ */
public class AuthRenrenRequest extends AuthDefaultRequest { public class AuthRenrenRequest extends AuthDefaultRequest {
@@ -19,7 +19,7 @@ import static me.zhyd.oauth.utils.GlobalAuthUtil.parseQueryToMap;
* *
* @author hongwei.peng (pengisgood(at)gmail(dot)com) * @author hongwei.peng (pengisgood(at)gmail(dot)com)
* @version 1.9.0 * @version 1.9.0
* @since 1.9.0 * @since 1.8
*/ */
public class AuthStackOverflowRequest extends AuthDefaultRequest { public class AuthStackOverflowRequest extends AuthDefaultRequest {