4 Commits

Author SHA1 Message Date
cf49ce8ae7 [maven-release-plugin] prepare release v1.0.2 2022-01-24 12:45:39 +08:00
294fe80985 git ignore 2022-01-24 12:20:58 +08:00
bdcaf77fb9 添加Readme 2022-01-22 01:25:25 +08:00
6964029723 [maven-release-plugin] prepare for next development iteration 2022-01-22 00:47:24 +08:00
7 changed files with 18 additions and 7 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/.idea/
**/target/
*.iml

10
README.md Normal file
View File

@@ -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通知工具集成了邮件通知、短信通知等功能

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -4,7 +4,7 @@
<groupId>com.hxuanyu</groupId>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>hxuanyu-spring-boot-starter-parent</name>
<description>MonitorPushingParent</description>
<packaging>pom</packaging>
@@ -19,7 +19,7 @@
<connection>scm:git:https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter.git</developerConnection>
<url>https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter</url>
<tag>v1.0.1</tag>
<tag>v1.0.2</tag>
</scm>
<developers>
<developer>