加载配置打印日志 businessChannel
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user