更新属性文件值时包含环境的属性文件

This commit is contained in:
thinkgem
2020-01-10 18:06:37 +08:00
parent 5128a5ff3b
commit d85ed438b0

View File

@@ -130,6 +130,7 @@ public class PropertiesUtils {
logger.error("Load " + location + " failure. ", e); logger.error("Load " + location + " failure. ", e);
} }
} }
properties.put("configFiles", StringUtils.join(configFiles, ","));
} }
/** /**