From d9e133d9a5c074398d2c635abd94541b741906dc Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 23 Jul 2019 11:34:53 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/README.md b/README.md index 98cdcd2..8395dd9 100644 --- a/README.md +++ b/README.md @@ -12,38 +12,13 @@ https://github.com/xkcoding/justauth-spring-boot-starter-demo ## 快速开始 -- 因为暂时没有发布至中央仓库,因此需要体验的童鞋暂时使用我的私服玩儿吧~ 在 `pom.xml` 中添加以下内容 - -```xml - - - - aliyun - aliyun - http://maven.aliyun.com/nexus/content/groups/public - - - - xkcoding-nexus - xkcoding nexus - https://nexus.xkcoding.com/repository/maven-public/ - - true - - - true - - - -``` - - 引用依赖 ```xml com.xkcoding justauth-spring-boot-starter - 0.0.1-SNAPSHOT + 0.0.1 ```