From 6ba8a40e8668dcc34e41e7fc4823cf7400def327 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Tue, 6 Jul 2021 12:43:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Pom=20=E6=96=87=E4=BB=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 10 ++--- .../pom.xml | 2 +- pom.xml | 18 ++++++++- server/pom.xml | 37 ++----------------- 4 files changed, 23 insertions(+), 44 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index e9f9c66e..ab9a8264 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -9,15 +9,11 @@ 1.0.0-SNAPSHOT - common + dynamic-threadpool-common jar - common - Demo project for Spring Boot - - - 1.8 - + ${project.artifactId} + ${project.artifactId} diff --git a/dynamic-threadpool-spring-boot-starter/pom.xml b/dynamic-threadpool-spring-boot-starter/pom.xml index 83c7b862..0ec34ba2 100644 --- a/dynamic-threadpool-spring-boot-starter/pom.xml +++ b/dynamic-threadpool-spring-boot-starter/pom.xml @@ -42,7 +42,7 @@ io.dynamic-threadpool - common + dynamic-threadpool-common diff --git a/pom.xml b/pom.xml index ca4ad1da..112eef64 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,8 @@ common server + config + registry example dynamic-threadpool-spring-boot-starter @@ -77,8 +79,20 @@ io.dynamic-threadpool - common - 1.0.0-SNAPSHOT + dynamic-threadpool-common + ${revision} + + + + io.dynamic-threadpool + dynamic-threadpool-config + ${revision} + + + + io.dynamic-threadpool + dynamic-threadpool-registry + ${revision} diff --git a/server/pom.xml b/server/pom.xml index 5bd94613..064c4186 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -16,45 +16,14 @@ ${project.artifactId} - - org.springframework.boot - spring-boot-starter - - - - org.springframework.boot - spring-boot-starter-web - - - - com.baomidou - mybatis-plus-boot-starter - - - - mysql - mysql-connector-java - runtime - - - - cn.hutool - hutool-all - - io.dynamic-threadpool - common + dynamic-threadpool-config - com.alibaba - fastjson - - - - com.github.dozermapper - dozer-core + io.dynamic-threadpool + dynamic-threadpool-registry