调整产品

This commit is contained in:
2025-10-29 16:37:25 +08:00
parent 483abcfd83
commit c283800915
6 changed files with 13 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ public class EnvEnvironmentPostProcessor implements EnvironmentPostProcessor {
environment.getSystemProperties().put(hostNameKey, EnvUtils.getHostName());
}
// 1.1 如果没有 yudao.env.tag 配置项,则不进行配置项的修改
// 1.1 如果没有 tashow.env.tag 配置项,则不进行配置项的修改
String tag = EnvUtils.getTag(environment);
if (StrUtil.isEmpty(tag)) {
return;