加载配置打印日志 businessChannel

This commit is contained in:
tg.shi
2025-09-02 14:08:36 +08:00
parent 2495d76482
commit abc1e092b9

View File

@@ -179,7 +179,7 @@ public class PropertiesUtil {
paramMap.put(String.valueOf(entry.getKey()), String.valueOf(entry.getValue()));
}
allParam.put(fileName, paramMap);
System.out.println("loadConfig " + fileName + " [api.businessChannel]: " + allParam.get("api.businessChannel"));
System.out.println("loadConfig " + fileName + " [api.businessChannel]: " + paramMap.get("api.businessChannel"));
} catch (IOException e) {
e.printStackTrace();
} finally {