diff --git a/lombok.config b/lombok.config
index c6488faea..a8e8ce67e 100644
--- a/lombok.config
+++ b/lombok.config
@@ -1,4 +1,4 @@
 config.stopBubbling = true
-lombok.tostring.callsuper=true
-lombok.equalsandhashcode.callsuper=true
+lombok.tostring.callsuper=CALL
+lombok.equalsandhashcode.callsuper=CALL
 lombok.accessors.chain=true
diff --git a/pom.xml b/pom.xml
index 013a5e49f..4895fd497 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
         <module>yudao-module-pay</module>
     </modules>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>芋道项目基础脚手架</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml
index 65fec7eca..9f555b02a 100644
--- a/yudao-dependencies/pom.xml
+++ b/yudao-dependencies/pom.xml
@@ -9,7 +9,7 @@
     <version>${revision}</version>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>基础 bom 文件,管理整个项目的依赖版本</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-common/pom.xml b/yudao-framework/yudao-common/pom.xml
index 2681c8914..3794bc50b 100644
--- a/yudao-framework/yudao-common/pom.xml
+++ b/yudao-framework/yudao-common/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-common</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>定义基础 pojo 类、枚举、工具类等等</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
@@ -89,11 +89,6 @@
             <artifactId>mapstruct-processor</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>cn.hutool</groupId>
-            <artifactId>hutool-all</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
diff --git a/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml b/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml
index e402303e5..6a81c1fd7 100644
--- a/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-activiti</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>Activiti 拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-data-permission/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-data-permission/pom.xml
index 7565aae24..802ff1904 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-data-permission/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-data-permission/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-data-permission</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>数据权限</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-dict/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-dict/pom.xml
index d40b1a8e5..d2299efff 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-dict/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-dict/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-dict</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>字典类型、数据</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-operatelog/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-operatelog/pom.xml
index 233572b40..a35c51365 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-operatelog/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-operatelog/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-operatelog</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>操作日志</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-pay/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-pay/pom.xml
index 68ce1ee7d..4153c25c4 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-pay/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-pay/pom.xml
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>yudao-spring-boot-starter-biz-pay</artifactId>
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>支付拓展,接入国内多个支付渠道
         1. 支付宝,基于官方 SDK 接入
         2. 微信支付,基于 weixin-java-pay 接入
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-sms/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-sms/pom.xml
index bfed26a86..33fb9aabc 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-sms/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-sms/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-sms</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>短信拓展,支持阿里云、云片</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml
index 7588af0c3..18da315a4 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml
@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>yudao-spring-boot-starter-biz-social</artifactId>
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-tenant/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-tenant/pom.xml
index 0f22e285e..1d67e7a9c 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-tenant/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-tenant/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>多租户</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-biz-weixin/pom.xml b/yudao-framework/yudao-spring-boot-starter-biz-weixin/pom.xml
index fddab18a4..763c722c4 100644
--- a/yudao-framework/yudao-spring-boot-starter-biz-weixin/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-biz-weixin/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-weixin</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>微信拓展
         1. 基于 weixin-java-mp 库,对接微信公众号平台。目前主要解决微信公众号的支付场景。
     </description>
diff --git a/yudao-framework/yudao-spring-boot-starter-config/pom.xml b/yudao-framework/yudao-spring-boot-starter-config/pom.xml
index 982e3e992..37165c2cf 100644
--- a/yudao-framework/yudao-spring-boot-starter-config/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-config/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-config</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>配置中心,基于 Apollo 魔改实现</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-excel/pom.xml b/yudao-framework/yudao-spring-boot-starter-excel/pom.xml
index da4ff97a6..5280f72f7 100644
--- a/yudao-framework/yudao-spring-boot-starter-excel/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-excel/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-excel</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>Excel 拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-extension/pom.xml b/yudao-framework/yudao-spring-boot-starter-extension/pom.xml
index bc6a36e8d..3da9572c4 100644
--- a/yudao-framework/yudao-spring-boot-starter-extension/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-extension/pom.xml
@@ -12,7 +12,7 @@
     <artifactId>yudao-spring-boot-starter-extension</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>扩展点组件</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-job/pom.xml b/yudao-framework/yudao-spring-boot-starter-job/pom.xml
index b9c030d2a..be83c7a3d 100644
--- a/yudao-framework/yudao-spring-boot-starter-job/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-job/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-job</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>任务拓展
         1. 定时任务,基于 Quartz 拓展
         2. 异步任务,基于 Spring Async 拓展
diff --git a/yudao-framework/yudao-spring-boot-starter-monitor/pom.xml b/yudao-framework/yudao-spring-boot-starter-monitor/pom.xml
index 8088520e1..5c728353c 100644
--- a/yudao-framework/yudao-spring-boot-starter-monitor/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-monitor/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-monitor</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>服务监控,提供链路追踪、日志服务、指标收集等等功能</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-mq/pom.xml b/yudao-framework/yudao-spring-boot-starter-mq/pom.xml
index caef6f420..75303d4e3 100644
--- a/yudao-framework/yudao-spring-boot-starter-mq/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-mq/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-mq</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>消息队列,基于 Redis Pub/Sub 实现广播消费,基于 Stream 实现集群消费</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
index e72fe0b0f..db10906e9 100644
--- a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>数据库连接池、多数据源、事务、MyBatis 拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-protection/pom.xml b/yudao-framework/yudao-spring-boot-starter-protection/pom.xml
index b02d4a1c1..4cb4727eb 100644
--- a/yudao-framework/yudao-spring-boot-starter-protection/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-protection/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-protection</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>服务保证,提供分布式锁、幂等、限流、熔断等等功能</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-redis/pom.xml b/yudao-framework/yudao-spring-boot-starter-redis/pom.xml
index 58ab72719..a1140ac06 100644
--- a/yudao-framework/yudao-spring-boot-starter-redis/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-redis/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-redis</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>Redis 封装拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-security/pom.xml b/yudao-framework/yudao-spring-boot-starter-security/pom.xml
index b36b62bc0..ba33598c5 100644
--- a/yudao-framework/yudao-spring-boot-starter-security/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-security/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-security</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>用户的认证、权限的校验</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-test/pom.xml b/yudao-framework/yudao-spring-boot-starter-test/pom.xml
index 0b211f3cd..0d3db8b76 100644
--- a/yudao-framework/yudao-spring-boot-starter-test/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-test/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-test</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>测试组件,用于单元测试、集成测试</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-framework/yudao-spring-boot-starter-web/pom.xml b/yudao-framework/yudao-spring-boot-starter-web/pom.xml
index e041e2e10..ff6cd817f 100644
--- a/yudao-framework/yudao-spring-boot-starter-web/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-web/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-web</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>用户的认证、权限的校验</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
diff --git a/yudao-module-bpm/pom.xml b/yudao-module-bpm/pom.xml
index 4dee14b6f..6ecdc809a 100644
--- a/yudao-module-bpm/pom.xml
+++ b/yudao-module-bpm/pom.xml
@@ -17,7 +17,7 @@
     <artifactId>yudao-module-bpm</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm 包下,业务流程管理(Business Process Management),我们放工作流的功能。
         例如说:流程定义、表单配置、审核中心(我的申请、我的待办、我的已办)等等
diff --git a/yudao-module-bpm/yudao-module-bpm-api/pom.xml b/yudao-module-bpm/yudao-module-bpm-api/pom.xml
index 91cd35be8..06554d7ff 100644
--- a/yudao-module-bpm/yudao-module-bpm-api/pom.xml
+++ b/yudao-module-bpm/yudao-module-bpm-api/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-bpm-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm 模块 API,暴露给其它模块调用
     </description>
diff --git a/yudao-module-bpm/yudao-module-bpm-base/pom.xml b/yudao-module-bpm/yudao-module-bpm-base/pom.xml
index 888942844..44a0dbd2a 100644
--- a/yudao-module-bpm/yudao-module-bpm-base/pom.xml
+++ b/yudao-module-bpm/yudao-module-bpm-base/pom.xml
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yudao-module-bpm-base</artifactId>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm-base 模块,实现公用的工作流的逻辑,提供给 bpm-activiti 和 bpm-flowable 复用
     </description>
diff --git a/yudao-module-bpm/yudao-module-bpm-impl-activiti/pom.xml b/yudao-module-bpm/yudao-module-bpm-impl-activiti/pom.xml
index d130d12f7..56ec7f55f 100644
--- a/yudao-module-bpm/yudao-module-bpm-impl-activiti/pom.xml
+++ b/yudao-module-bpm/yudao-module-bpm-impl-activiti/pom.xml
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yudao-module-bpm-impl-activiti</artifactId>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm-activiti 模块,基于 Activiti 7 实现工作流
     </description>
diff --git a/yudao-module-bpm/yudao-module-bpm-impl-flowable/pom.xml b/yudao-module-bpm/yudao-module-bpm-impl-flowable/pom.xml
index 6c83994ed..ec16d5275 100644
--- a/yudao-module-bpm/yudao-module-bpm-impl-flowable/pom.xml
+++ b/yudao-module-bpm/yudao-module-bpm-impl-flowable/pom.xml
@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yudao-module-bpm-impl-flowable</artifactId>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm-flowable 模块,基于 Flowable 6 实现工作流
     </description>
diff --git a/yudao-module-infra/pom.xml b/yudao-module-infra/pom.xml
index 49376974e..3072fafe5 100644
--- a/yudao-module-infra/pom.xml
+++ b/yudao-module-infra/pom.xml
@@ -15,7 +15,7 @@
     <artifactId>yudao-module-infra</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         infra 包下,我们放基础设施的运维与管理,支撑上层的通用与核心业务。
         例如说:定时任务的管理、服务器的信息等等
diff --git a/yudao-module-infra/yudao-module-infra-api/pom.xml b/yudao-module-infra/yudao-module-infra-api/pom.xml
index b1c79c2d2..f194e82b0 100644
--- a/yudao-module-infra/yudao-module-infra-api/pom.xml
+++ b/yudao-module-infra/yudao-module-infra-api/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-infra-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         infra 模块 API,暴露给其它模块调用
     </description>
diff --git a/yudao-module-infra/yudao-module-infra-impl/pom.xml b/yudao-module-infra/yudao-module-infra-impl/pom.xml
index 67dda6647..3bcb7458a 100644
--- a/yudao-module-infra/yudao-module-infra-impl/pom.xml
+++ b/yudao-module-infra/yudao-module-infra-impl/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-infra-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         infra 模块,我们放基础设施的运维与管理,支撑上层的通用与核心业务。
         例如说:定时任务的管理、服务器的信息等等
diff --git a/yudao-module-member/pom.xml b/yudao-module-member/pom.xml
index cf150725a..2825da283 100644
--- a/yudao-module-member/pom.xml
+++ b/yudao-module-member/pom.xml
@@ -15,7 +15,7 @@
     <artifactId>yudao-module-member</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         member 模块,我们放会员业务。
         例如说:会员中心等等
diff --git a/yudao-module-member/yudao-module-member-api/pom.xml b/yudao-module-member/yudao-module-member-api/pom.xml
index 914d91082..961bfb656 100644
--- a/yudao-module-member/yudao-module-member-api/pom.xml
+++ b/yudao-module-member/yudao-module-member-api/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-member-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         member 模块 API,暴露给其它模块调用
     </description>
diff --git a/yudao-module-member/yudao-module-member-impl/pom.xml b/yudao-module-member/yudao-module-member-impl/pom.xml
index 6029a8b2b..0740a640a 100644
--- a/yudao-module-member/yudao-module-member-impl/pom.xml
+++ b/yudao-module-member/yudao-module-member-impl/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-member-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         member 模块,我们放会员业务。
         例如说:会员中心等等
diff --git a/yudao-module-pay/pom.xml b/yudao-module-pay/pom.xml
index 36fd9edb3..336d623fd 100644
--- a/yudao-module-pay/pom.xml
+++ b/yudao-module-pay/pom.xml
@@ -15,7 +15,7 @@
         <module>yudao-module-pay-impl</module>
     </modules>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         pay 模块,我们放支付业务,提供业务的支付能力。
         例如说:商户、应用、支付、退款等等
diff --git a/yudao-module-pay/yudao-module-pay-api/pom.xml b/yudao-module-pay/yudao-module-pay-api/pom.xml
index 389aaa3fc..a7bebc2f1 100644
--- a/yudao-module-pay/yudao-module-pay-api/pom.xml
+++ b/yudao-module-pay/yudao-module-pay-api/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-pay-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         pay 模块 API,暴露给其它模块调用
     </description>
diff --git a/yudao-module-pay/yudao-module-pay-impl/pom.xml b/yudao-module-pay/yudao-module-pay-impl/pom.xml
index 55a254484..33a3f9336 100644
--- a/yudao-module-pay/yudao-module-pay-impl/pom.xml
+++ b/yudao-module-pay/yudao-module-pay-impl/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-pay-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         pay 模块,我们放支付业务,提供业务的支付能力。
         例如说:商户、应用、支付、退款等等
diff --git a/yudao-module-system/pom.xml b/yudao-module-system/pom.xml
index 470f1cc2b..07c57be81 100644
--- a/yudao-module-system/pom.xml
+++ b/yudao-module-system/pom.xml
@@ -15,7 +15,7 @@
     <artifactId>yudao-module-system</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         system 模块下,我们放通用业务,支撑上层的核心业务。
         例如说:用户、部门、权限、数据字典等等
diff --git a/yudao-module-system/yudao-module-system-api/pom.xml b/yudao-module-system/yudao-module-system-api/pom.xml
index 40e97dc4b..81b129916 100644
--- a/yudao-module-system/yudao-module-system-api/pom.xml
+++ b/yudao-module-system/yudao-module-system-api/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-system-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         system 模块 API,暴露给其它模块调用
     </description>
diff --git a/yudao-module-system/yudao-module-system-impl/pom.xml b/yudao-module-system/yudao-module-system-impl/pom.xml
index eb0e53e15..6484acd5b 100644
--- a/yudao-module-system/yudao-module-system-impl/pom.xml
+++ b/yudao-module-system/yudao-module-system-impl/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-system-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         system 模块下,我们放通用业务,支撑上层的核心业务。
         例如说:用户、部门、权限、数据字典等等
diff --git a/yudao-module-tool/pom.xml b/yudao-module-tool/pom.xml
index 094286fa6..c85f48492 100644
--- a/yudao-module-tool/pom.xml
+++ b/yudao-module-tool/pom.xml
@@ -15,7 +15,7 @@
     <artifactId>yudao-module-tool</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         tool 模块,我们放研发工具,提升研发效率与质量。
         例如说:代码生成器、接口文档等等
diff --git a/yudao-module-tool/yudao-module-tool-api/pom.xml b/yudao-module-tool/yudao-module-tool-api/pom.xml
index ea237be1f..8256e256d 100644
--- a/yudao-module-tool/yudao-module-tool-api/pom.xml
+++ b/yudao-module-tool/yudao-module-tool-api/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-tool-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         tool 模块 API,暴露给其它模块调用
     </description>
diff --git a/yudao-module-tool/yudao-module-tool-impl/pom.xml b/yudao-module-tool/yudao-module-tool-impl/pom.xml
index 4d8cb4876..2c969dd0a 100644
--- a/yudao-module-tool/yudao-module-tool-impl/pom.xml
+++ b/yudao-module-tool/yudao-module-tool-impl/pom.xml
@@ -11,7 +11,7 @@
     <artifactId>yudao-module-tool-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         tool 模块,我们放研发工具,提升研发效率与质量。
         例如说:代码生成器、接口文档等等
diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml
index 0e933ce05..cce282354 100644
--- a/yudao-server/pom.xml
+++ b/yudao-server/pom.xml
@@ -12,7 +12,7 @@
     <artifactId>yudao-server</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         后端 Server 的主项目,通过引入需要 yudao-module-xxx 的依赖,
         从而实现提供 RESTful API 给 yudao-ui-admin、yudao-ui-user 等前端项目。
@@ -71,7 +71,7 @@
 
     <build>
         <!-- 设置构建的 jar 包名 -->
-        <finalName>${artifactId}</finalName>
+        <finalName>${project.artifactId}</finalName>
         <plugins>
             <!-- 打包 -->
             <plugin>