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 ```