|
@@ -106,7 +106,7 @@ public class ConnectionManager {
|
|
|
}
|
|
}
|
|
|
JSONArray jsonConfig = null;
|
|
JSONArray jsonConfig = null;
|
|
|
try {
|
|
try {
|
|
|
- jsonConfig = JSONArray.from(config);
|
|
|
|
|
|
|
+ jsonConfig =JSONArray.parseArray(config);
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
log.error("【初始化】解析配置文件错误: \n" + config + "\n" + e);
|
|
log.error("【初始化】解析配置文件错误: \n" + config + "\n" + e);
|
|
|
}
|
|
}
|