From 428bff81ce5d9120555237d9a202c5433d0ae21e Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Tue, 10 May 2022 22:13:09 +0800 Subject: [PATCH] Hippo4j add three-party framework thread pool adaptation --- hippo4j-adapter/hippo4j-adapter-base/pom.xml | 12 +++++++++++ .../pom.xml | 19 +++++++++++++++++ hippo4j-adapter/pom.xml | 21 +++++++++++++++++++ .../pom.xml | 18 ++++++++++++++++ hippo4j-spring-boot/pom.xml | 3 +-- pom.xml | 16 ++++++++++++-- 6 files changed, 85 insertions(+), 4 deletions(-) create mode 100644 hippo4j-adapter/hippo4j-adapter-base/pom.xml create mode 100644 hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml create mode 100644 hippo4j-adapter/pom.xml create mode 100644 hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/pom.xml diff --git a/hippo4j-adapter/hippo4j-adapter-base/pom.xml b/hippo4j-adapter/hippo4j-adapter-base/pom.xml new file mode 100644 index 00000000..875bcc9a --- /dev/null +++ b/hippo4j-adapter/hippo4j-adapter-base/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + cn.hippo4j + hippo4j-adapter + ${revision} + + hippo4j-adapter-base + hippo4j-adapter-base + diff --git a/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml b/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml new file mode 100644 index 00000000..9b6bbe28 --- /dev/null +++ b/hippo4j-adapter/hippo4j-adapter-spring-cloud-stream-rocketmq/pom.xml @@ -0,0 +1,19 @@ + + + 4.0.0 + + cn.hippo4j + hippo4j-adapter + ${revision} + + hippo4j-adapter-spring-cloud-stream-rocketmq + hippo4j-adapter-spring-cloud-stream-rocketmq + + + + cn.hippo4j + hippo4j-adapter-base + + + diff --git a/hippo4j-adapter/pom.xml b/hippo4j-adapter/pom.xml new file mode 100644 index 00000000..293c49ee --- /dev/null +++ b/hippo4j-adapter/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + cn.hippo4j + hippo4j-all + ${revision} + + + hippo4j-adapter + pom + + hippo4j-adapter + Define the adapter management of thread pool of tripartite framework + + + hippo4j-adapter-base + hippo4j-adapter-spring-cloud-stream-rocketmq + + diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/pom.xml b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/pom.xml new file mode 100644 index 00000000..11ecfdbe --- /dev/null +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter-adapter/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + cn.hippo4j + hippo4j-spring-boot + ${revision} + + hippo4j-spring-boot-starter-adapter + pom + hippo4j-spring-boot-starter-adapter + Define the adapter management of thread pool of tripartite framework + + + hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq + + diff --git a/hippo4j-spring-boot/pom.xml b/hippo4j-spring-boot/pom.xml index e681f287..2980acef 100644 --- a/hippo4j-spring-boot/pom.xml +++ b/hippo4j-spring-boot/pom.xml @@ -7,15 +7,14 @@ hippo4j-all ${revision} - hippo4j-spring-boot pom - ${project.artifactId} Hippo4J Starter List hippo4j-core-spring-boot-starter hippo4j-spring-boot-starter + hippo4j-spring-boot-starter-adapter diff --git a/pom.xml b/pom.xml index 491ceb15..f493981b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,16 +2,16 @@ 4.0.0 - cn.hippo4j hippo4j-all ${revision} - pom + pom ${project.artifactId} 动态可观测线程池框架,为业务系统提高线上运行保障能力 + hippo4j-adapter hippo4j-auth hippo4j-common hippo4j-config @@ -138,6 +138,18 @@ ${revision} + + cn.hippo4j + hippo4j-adapter-base + ${revision} + + + + cn.hippo4j + hippo4j-adapter-spring-cloud-stream-rocketmq + ${revision} + + com.baomidou mybatis-plus-boot-starter