统一调整业务模块名称

This commit is contained in:
chenbowen
2025-09-23 17:12:37 +08:00
parent b998dade75
commit 0fb22a2ee4
20 changed files with 93 additions and 93 deletions

View File

@@ -87,7 +87,7 @@ mybatis-plus:
# 芋道配置项,设置当前项目所有自定义的配置
cloud:
zt:
env: # 多环境的配置项
tag: ${HOSTNAME}
security:

View File

@@ -101,7 +101,7 @@ xxl:
logpath: ${user.home}/logs/xxl-job/${spring.application.name} # 执行器运行日志文件存储磁盘路径
accessToken: default_token # 执行器通讯TOKEN
cloud:
zt:
info:
version: 1.0.0
base-package: com.zt.plat.module.base
@@ -116,7 +116,7 @@ cloud:
swagger:
title: 管理后台
description: 提供管理员管理的所有功能
version: ${cloud.info.version}
version: ${zt.info.version}
tenant: # 多租户相关配置项
enable: true