修改模块名

This commit is contained in:
2025-11-20 15:12:39 +08:00
parent 86dc200787
commit 9dc9ea1454
7 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<!-- 子模块管理 -->
<modules>
<module>xiaoyishu-auth</module>
<module>xiaoyi-auth</module>
<module>xiaoyi-framework</module>
</modules>
@@ -13,7 +13,7 @@
<!-- 指定打包方式 -->
<packaging>jar</packaging>
<artifactId>xiaoyishu-auth</artifactId>
<artifactId>xiaoyi-auth</artifactId>
<name>${project.artifactId}</name>
<description>小壹书:认证服务(负责处理用户登录、注册、账号注销等)</description>