From 21e23aadb9f99a93c432167e40a4f7aee604a0cb Mon Sep 17 00:00:00 2001 From: kang <1115610574@qq.com> Date: Thu, 12 Aug 2021 22:38:32 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0=E5=BF=AB=E7=85=A7?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E7=9A=84=E6=96=87=E6=A1=A3=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index df51073..cd683c2 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,36 @@ JustAuth 集成了诸如:Github、Gitee、支付宝、新浪微博、微信、 > **latest-version** 可选: > - 稳定版:![](https://img.shields.io/github/v/release/justauth/JustAuth?style=flat-square) > - 快照版:![](https://img.shields.io/nexus/s/https/oss.sonatype.org/me.zhyd.oauth/JustAuth.svg?style=flat-square) +> > 注意:快照版本是功能的尝鲜,并不保证稳定性。请勿在生产环境中使用。 +> +>
+> 如何引入快照版本 +> +> JustAuth 的快照版本托管在 ossrh 上,所以要指定下载地址。 +> +> ```xml +> +> +> ossrh-snapshot +> https://oss.sonatype.org/content/repositories/snapshots +> +> true +> +> +> +> ``` +> +> 如果你想第一时间获取 JustAuth 的最新快照,可以添加下列代码,每次构建时都检查是否有最新的快照(默认每天检查)。 +> +> ```diff +> https://oss.sonatype.org/content/repositories/snapshots +> +> + always +> true +> +> ``` +> +>
如下**任选一种** HTTP 工具 依赖,_项目内如果已有,请忽略。另外需要特别注意,如果项目中已经引入了低版本的依赖,请先排除低版本依赖后,再引入高版本或者最新版本的依赖_ -- GitLab