From ca5d97c7a014c66fd838a6f7f2b6a79f84ec56c2 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Tue, 25 Jan 2022 16:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=87=AA=E8=BF=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 46 ++++++++-------------------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 75ae493..a01ef44 100644 --- a/README.md +++ b/README.md @@ -15,50 +15,20 @@ ## 快速开始 -### 1. 引入maven依赖 - -本项目已经上传到中央仓库,使用时在pom文件中添加如下依赖即可: - -- network-spring-boot-starter +### 引入maven依赖 ```xml - com.hxuanyu - network-spring-boot-starter - 1.0.1 + hxuanyu-spring-boot-starter-parent + 1.0.4 ``` -- notify-spring-boot-starter +**子模块的依赖详见子模块的Readme**: -```xml - - - com.hxuanyu - notify-spring-boot-starter - 1.0.1 - -``` +- [common-spring-boot-starter](https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter/src/branch/master/common-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) +- [network-spring-boot-starter](https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter/src/branch/master/network-spring-boot-starter) +- [notify-spring-boot-starter](https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter/src/branch/master/notify-spring-boot-starter) -- monitor-spring-boot-starter - -```xml - - - com.hxuanyu - monitor-spring-boot-starter - 1.0.1 - -``` - -- monitor-spring-boot-starter - -```xml - - - com.hxuanyu - monitor-spring-boot-starter - 1.0.1 - -``` \ No newline at end of file