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 + + + +