1:修改日志使用的log对象为slf4j

2:调整配置下发,删除,单独域配置下发,单独域配置删除的性能
This commit is contained in:
renkaige
2018-11-22 11:30:52 +08:00
parent 0547f71248
commit 378e6507bb
9 changed files with 554 additions and 692 deletions

View File

@@ -105,7 +105,6 @@ public class DashboardServiceController extends BaseRestController {
if (ipActiveChart.size() > 0) {
String jsonString = JsonMapper.toJsonString(ipActiveChart);
list = (java.util.List<HashMap>) JsonMapper.fromJsonList(jsonString,HashMap.class);
logger.info(list);
}
} catch (Exception e) {
e.printStackTrace();