From bdcaf77fb93ef16281934ca24b2e1f73be8d8af7 Mon Sep 17 00:00:00 2001 From: hanxuanyu <2252193204@qq.com> Date: Sat, 22 Jan 2022 01:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c6a062 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## 项目简介 + +本项目基于springboot进行开发,实现了一系列的spring-boot-starter,可以作为开发中的工具包进行使用。 + +### 模块划分 + +- common-spring-boot-starter:常用的基础类,比如用作消息流转的`Msg`以及一些工具类 +- monitor-spring-boot-starter:监控工具包,可以实现定时监控某些数据并在触发条件后实时通知 +- network-spring-boot-starter:网络工具,实现了一系列http请求发送方法,引入后即可快速发送http请求 +- notify-spring-boot-starter:通知工具,集成了邮件通知、短信通知等功能 \ No newline at end of file