2 Commits

Author SHA1 Message Date
f727de32d0 [maven-release-plugin] prepare release v1.0.4 2022-01-25 16:43:04 +08:00
ca5d97c7a0 完善自述文件 2022-01-25 16:41:28 +08:00
7 changed files with 16 additions and 48 deletions

View File

@@ -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>
```

View File

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

View File

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

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
<groupId>com.hxuanyu</groupId> <groupId>com.hxuanyu</groupId>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId> <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<version>1.0.4-SNAPSHOT</version> <version>1.0.4</version>
<name>hxuanyu-spring-boot-starter-parent</name> <name>hxuanyu-spring-boot-starter-parent</name>
<description>MonitorPushingParent</description> <description>MonitorPushingParent</description>
<packaging>pom</packaging> <packaging>pom</packaging>
@@ -19,7 +19,7 @@
<connection>scm:git:https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter.git</connection> <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> <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> <url>https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter</url>
<tag>v1.0.0</tag> <tag>v1.0.4</tag>
</scm> </scm>
<developers> <developers>
<developer> <developer>

View File

@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId> <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId> <groupId>com.hxuanyu</groupId>
<version>1.0.4-SNAPSHOT</version> <version>1.0.4</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>