From 042a2622d9a6359d21a90ffff897a8382c8e0976 Mon Sep 17 00:00:00 2001 From: Hanserwei Date: Thu, 9 Oct 2025 09:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E6=A8=A1=E5=9D=97=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.flattened-pom.xml | 27 ++++ .../.flattened-pom.xml | 124 ++++++++++++++++++ 2 files changed, 151 insertions(+) create mode 100644 han-note-distributed-id-generator/.flattened-pom.xml create mode 100644 han-note-distributed-id-generator/han-note-distributed-id-generator-biz/.flattened-pom.xml diff --git a/han-note-distributed-id-generator/.flattened-pom.xml b/han-note-distributed-id-generator/.flattened-pom.xml new file mode 100644 index 0000000..b58d931 --- /dev/null +++ b/han-note-distributed-id-generator/.flattened-pom.xml @@ -0,0 +1,27 @@ + + 4.0.0 + + + + com.hanserwei + han-note + 0.0.1-SNAPSHOT + + + + pom + + + + han-note-distributed-id-generator-api + han-note-distributed-id-generator-biz + + + han-note-distributed-id-generator + + ${project.artifactId} + + 分布式 ID 生成服务 + + diff --git a/han-note-distributed-id-generator/han-note-distributed-id-generator-biz/.flattened-pom.xml b/han-note-distributed-id-generator/han-note-distributed-id-generator-biz/.flattened-pom.xml new file mode 100644 index 0000000..7a94b2a --- /dev/null +++ b/han-note-distributed-id-generator/han-note-distributed-id-generator-biz/.flattened-pom.xml @@ -0,0 +1,124 @@ + + 4.0.0 + + + com.hanserwei + han-note-distributed-id-generator + 0.0.1-SNAPSHOT + + + + jar + + han-note-distributed-id-generator-biz + ${project.artifactId} + 分布式 ID 生成业务层 + + + + com.hanserwei + hanserwei-common + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.cloud + spring-cloud-starter-bootstrap + + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-discovery + + + + com.baomidou + mybatis-plus-spring-boot3-starter + + + + com.alibaba + druid-spring-boot-3-starter + + + + com.mysql + mysql-connector-j + + + + commons-io + commons-io + + + + org.perf4j + perf4j + + + + org.apache.curator + curator-recipes + + + + log4j + log4j + + + org.slf4j + slf4j-reload4j + + + org.slf4j + slf4j-api + + + org.apache.zookeeper + zookeeper + + + + + + org.apache.zookeeper + zookeeper + + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +