From f96a157024a54b480373e0c06986701e68373abc Mon Sep 17 00:00:00 2001 From: ranke <213539@qq.com> Date: Tue, 13 Jan 2026 17:41:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 ++- zt-dependencies/pom.xml | 2 +- zt-server/pom.xml | 10 +++++----- zt-server/src/main/resources/application-dev.yaml | 5 +++-- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index b548ae4d..ad92f81d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ zt-module-databus + zt-server ${project.artifactId} @@ -32,7 +33,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 3.0.46 + 3.0.47-SNAPSHOT 17 ${java.version} diff --git a/zt-dependencies/pom.xml b/zt-dependencies/pom.xml index 6d82cd23..03e2e90f 100644 --- a/zt-dependencies/pom.xml +++ b/zt-dependencies/pom.xml @@ -26,7 +26,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 3.0.46 + 3.0.47-SNAPSHOT 1.6.0 3.4.5 diff --git a/zt-server/pom.xml b/zt-server/pom.xml index fb6ac7b2..e7afb362 100644 --- a/zt-server/pom.xml +++ b/zt-server/pom.xml @@ -43,11 +43,11 @@ - - com.zt.plat - zt-module-template-server - ${revision} - + + + + + diff --git a/zt-server/src/main/resources/application-dev.yaml b/zt-server/src/main/resources/application-dev.yaml index e6c2caea..2a3d7761 100644 --- a/zt-server/src/main/resources/application-dev.yaml +++ b/zt-server/src/main/resources/application-dev.yaml @@ -62,7 +62,8 @@ spring: host: 172.16.46.63 # 地址 port: 30379 # 端口 database: 0 # 数据库索引 -# password: 123456 # 密码,建议生产环境开启 + password: P@ssword25 + username: zt-redis --- #################### 定时任务相关配置 #################### @@ -76,7 +77,7 @@ xxl: # rocketmq 配置项,对应 RocketMQProperties 配置类 rocketmq: - name-server: 127.0.0.1:9876 # RocketMQ Namesrv + name-server: 172.16.46.63:30876 # RocketMQ Namesrv spring: # RabbitMQ 配置项,对应 RabbitProperties 配置类 From 49fb84ea5ad4757fcb6cbbd13c7a8f0b9ee54918 Mon Sep 17 00:00:00 2001 From: ranke <213539@qq.com> Date: Tue, 13 Jan 2026 18:21:59 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BB=8Emaven=E6=A8=A1=E5=9D=97=E4=B8=AD?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20zt-server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad92f81d..e11897ea 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ zt-module-databus - zt-server + ${project.artifactId} From f70d742e9bfc8b4522c27b2821fee0bcc9819e49 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Wed, 14 Jan 2026 15:13:54 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=81=A2=E5=A4=8D=20erp=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=95=B0=E6=8D=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/framework/BusinessDataPermissionEntityScanner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zt-framework/zt-spring-boot-starter-biz-business/src/main/java/com/zt/plat/framework/business/framework/BusinessDataPermissionEntityScanner.java b/zt-framework/zt-spring-boot-starter-biz-business/src/main/java/com/zt/plat/framework/business/framework/BusinessDataPermissionEntityScanner.java index 2c195fed..f6d89183 100644 --- a/zt-framework/zt-spring-boot-starter-biz-business/src/main/java/com/zt/plat/framework/business/framework/BusinessDataPermissionEntityScanner.java +++ b/zt-framework/zt-spring-boot-starter-biz-business/src/main/java/com/zt/plat/framework/business/framework/BusinessDataPermissionEntityScanner.java @@ -33,7 +33,7 @@ public class BusinessDataPermissionEntityScanner { */ private static final Set EXCLUDED_PACKAGE_PREFIXES = Set.of( "com.zt.plat.module.backendlogistics", - "com.zt.plat.module.erp", +// "com.zt.plat.module.erp", "com.zt.plat.framework.mybatis.core.dataobject.BusinessBaseDO"); private final Set basePackages;