diff --git a/dynamic-threadpool-alarm/.gitignore b/dynamic-threadpool-alarm/.gitignore deleted file mode 100644 index 549e00a2..00000000 --- a/dynamic-threadpool-alarm/.gitignore +++ /dev/null @@ -1,33 +0,0 @@ -HELP.md -target/ -!.mvn/wrapper/maven-wrapper.jar -!**/src/main/**/target/ -!**/src/test/**/target/ - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ -build/ -!**/src/main/**/build/ -!**/src/test/**/build/ - -### VS Code ### -.vscode/ diff --git a/dynamic-threadpool-alarm/pom.xml b/dynamic-threadpool-alarm/pom.xml deleted file mode 100644 index 0db1ded9..00000000 --- a/dynamic-threadpool-alarm/pom.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - 4.0.0 - - - com.github.dynamic-threadpool - parent - 1.0.0-SNAPSHOT - - - dynamic-threadpool-alarm - jar - - ${project.artifactId} - ${project.artifactId} - - - - org.springframework.boot - spring-boot-starter - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - diff --git a/pom.xml b/pom.xml index d5521a4a..d89fd719 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,6 @@ 🔥 强大的动态线程池,附带监控线程池功能(没有依赖任何中间件) - dynamic-threadpool-alarm dynamic-threadpool-common dynamic-threadpool-console dynamic-threadpool-server @@ -97,6 +96,12 @@ ${revision} + + com.github.dynamic-threadpool + dynamic-threadpool-alarm + ${revision} + + com.baomidou mybatis-plus-boot-starter @@ -120,7 +125,7 @@ chen.ma - https://github.com/longtai94 + https://github.com/acmenlt