fix(id-gen): 重命名分布式id模块名称,与其他模块一致。

This commit is contained in:
Hanserwei
2025-10-09 08:52:44 +08:00
parent ae9720b7cb
commit 31b06fe32d
38 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<!-- 打包方式 -->
<packaging>jar</packaging>
<artifactId>hannote-distributed-id-generator-biz</artifactId>
<artifactId>han-note-distributed-id-generator-biz</artifactId>
<name>${project.artifactId}</name>
<description>分布式 ID 生成业务层</description>
<properties>

View File

@@ -15,7 +15,7 @@
<!-- 子模块管理 -->
<modules>
<module>han-note-distributed-id-generator-api</module>
<module>hannote-distributed-id-generator-biz</module>
<module>han-note-distributed-id-generator-biz</module>
</modules>
<artifactId>han-note-distributed-id-generator</artifactId>