hxuanyu-spring-boot-starter
Go to file
hanxuanyu 30f67b6dee [maven-release-plugin] prepare release v1.0.6 2022-02-22 21:16:41 +08:00
common-spring-boot-starter [maven-release-plugin] prepare release v1.0.6 2022-02-22 21:16:41 +08:00
monitor-spring-boot-starter [maven-release-plugin] prepare release v1.0.6 2022-02-22 21:16:41 +08:00
network-spring-boot-starter [maven-release-plugin] prepare release v1.0.6 2022-02-22 21:16:41 +08:00
notify-spring-boot-starter [maven-release-plugin] prepare release v1.0.6 2022-02-22 21:16:41 +08:00
test [maven-release-plugin] prepare release v1.0.6 2022-02-22 21:16:41 +08:00
.gitignore git ignore 2022-01-24 12:20:58 +08:00
README.md 完善自述文件 2022-01-25 16:41:28 +08:00
pom.xml [maven-release-plugin] prepare release v1.0.6 2022-02-22 21:16:41 +08:00

README.md

项目简介

本项目基于springboot进行开发实现了一系列的spring-boot-starter可以作为开发中的工具包进行使用。

模块划分

  • common-spring-boot-starter常用的基础类比如用作消息流转的Msg以及一些工具类
  • monitor-spring-boot-starter监控工具包可以实现定时监控某些数据并在触发条件后实时通知
  • network-spring-boot-starter网络工具实现了一系列http请求发送方法引入后即可快速发送http请求
  • notify-spring-boot-starter通知工具集成了邮件通知、短信通知等功能

快速开始

引入maven依赖

<dependency>
    <groupId>com.hxuanyu</groupId>
    <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
    <version>1.0.4</version>
</dependency>

子模块的依赖详见子模块的Readme