From c100c89f5a1046a152812ac574df15d571dd402b Mon Sep 17 00:00:00 2001
From: hanxuanyu <2252193204@qq.com>
Date: Mon, 24 Jan 2022 17:50:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B5=8B=E8=AF=95=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../notify/config/NotifyConfiguration.java | 1 +
pom.xml | 1 +
test/pom.xml | 47 +++++++++++++++++++
3 files changed, 49 insertions(+)
create mode 100644 test/pom.xml
diff --git a/notify-spring-boot-starter/src/main/java/com/hxuanyu/notify/config/NotifyConfiguration.java b/notify-spring-boot-starter/src/main/java/com/hxuanyu/notify/config/NotifyConfiguration.java
index 6e3b07a..02f8d1c 100644
--- a/notify-spring-boot-starter/src/main/java/com/hxuanyu/notify/config/NotifyConfiguration.java
+++ b/notify-spring-boot-starter/src/main/java/com/hxuanyu/notify/config/NotifyConfiguration.java
@@ -4,6 +4,7 @@ import com.google.common.util.concurrent.ThreadFactoryBuilder;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
+import org.springframework.context.annotation.ImportResource;
import java.util.concurrent.*;
diff --git a/pom.xml b/pom.xml
index d1b08af..df0bd1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
network-spring-boot-starter
notify-spring-boot-starter
monitor-spring-boot-starter
+ test
org.springframework.boot
diff --git a/test/pom.xml b/test/pom.xml
new file mode 100644
index 0000000..6e5f300
--- /dev/null
+++ b/test/pom.xml
@@ -0,0 +1,47 @@
+
+
+
+ hxuanyu-spring-boot-starter-parent
+ com.hxuanyu
+ 1.0.4-SNAPSHOT
+
+ 4.0.0
+
+ test
+
+
+
+ com.hxuanyu
+ notify-spring-boot-starter
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+
+
+
+
+ 8
+ 8
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.8.2
+
+ true
+
+
+
+
+
+
\ No newline at end of file