完善自述文件
This commit is contained in:
parent
95b41916dc
commit
ca5d97c7a0
46
README.md
46
README.md
@ -15,50 +15,20 @@
|
|||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
### 1. 引入maven依赖
|
### 引入maven依赖
|
||||||
|
|
||||||
本项目已经上传到中央仓库,使用时在pom文件中添加如下依赖即可:
|
|
||||||
|
|
||||||
- network-spring-boot-starter
|
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<!--network-spring-boot-starter-->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.hxuanyu</groupId>
|
<groupId>com.hxuanyu</groupId>
|
||||||
<artifactId>network-spring-boot-starter</artifactId>
|
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
- notify-spring-boot-starter
|
**子模块的依赖详见子模块的Readme**:
|
||||||
|
|
||||||
```xml
|
- [common-spring-boot-starter](https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter/src/branch/master/common-spring-boot-starter)
|
||||||
<!--notify-spring-boot-starter-->
|
- [monitor-spring-boot-starter](https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter/src/branch/master/monitor-spring-boot-starter/README.md)
|
||||||
<dependency>
|
- [network-spring-boot-starter](https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter/src/branch/master/network-spring-boot-starter)
|
||||||
<groupId>com.hxuanyu</groupId>
|
- [notify-spring-boot-starter](https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter/src/branch/master/notify-spring-boot-starter)
|
||||||
<artifactId>notify-spring-boot-starter</artifactId>
|
|
||||||
<version>1.0.1</version>
|
|
||||||
</dependency>
|
|
||||||
```
|
|
||||||
|
|
||||||
- monitor-spring-boot-starter
|
|
||||||
|
|
||||||
```xml
|
|
||||||
<!--monitor-spring-boot-starter-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.hxuanyu</groupId>
|
|
||||||
<artifactId>monitor-spring-boot-starter</artifactId>
|
|
||||||
<version>1.0.1</version>
|
|
||||||
</dependency>
|
|
||||||
```
|
|
||||||
|
|
||||||
- monitor-spring-boot-starter
|
|
||||||
|
|
||||||
```xml
|
|
||||||
<!--monitor-spring-boot-starter-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.hxuanyu</groupId>
|
|
||||||
<artifactId>monitor-spring-boot-starter</artifactId>
|
|
||||||
<version>1.0.1</version>
|
|
||||||
</dependency>
|
|
||||||
```
|
|
Loading…
x
Reference in New Issue
Block a user