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