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