1. 固定测试环境网关地址,避免被人覆盖

This commit is contained in:
chenbowen
2025-12-30 10:32:30 +08:00
parent fac16d5e08
commit 179c22e409

View File

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