1
0
mirror of synced 2026-04-18 23:39:02 +08:00

📝 更新 README.md

This commit is contained in:
Yangkai.Shen
2019-07-23 11:34:53 +08:00
parent 0842942a5d
commit d9e133d9a5

View File

@@ -12,38 +12,13 @@ https://github.com/xkcoding/justauth-spring-boot-starter-demo
## 快速开始
- 因为暂时没有发布至中央仓库,因此需要体验的童鞋暂时使用我的私服玩儿吧~ 在 `pom.xml` 中添加以下内容
```xml
<repositories>
<!--阿里云私服-->
<repository>
<id>aliyun</id>
<name>aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
<!--xkcoding 私服-->
<repository>
<id>xkcoding-nexus</id>
<name>xkcoding nexus</name>
<url>https://nexus.xkcoding.com/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
```
- 引用依赖
```xml
<dependency>
<groupId>com.xkcoding</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
```