1. 修复网关配置错误

2. 修复生成器 docker,controller 生成器错误
3. 修复 e 办人员同步错误处理
This commit is contained in:
chenbowen
2025-09-11 17:17:45 +08:00
parent 28db8e3cc3
commit 45e2562111
6 changed files with 32 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ spring:
username: # Nacos 账号
password: # Nacos 密码
discovery: # 【配置中心】配置项
namespace: ${namespace.name} # 命名空间。这里使用 maven Profile 资源过滤进行动态替换
namespace: ${config.namespace} # 命名空间。这里使用 maven Profile 资源过滤进行动态替换
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
config: # 【注册中心】配置项
namespace: ${namespace.name} # 命名空间。这里使用 maven Profile 资源过滤进行动态替换
namespace: ${config.namespace} # 命名空间。这里使用 maven Profile 资源过滤进行动态替换
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP