wei.zhou

提交代码

......@@ -42,7 +42,7 @@ public class IClearApiSystemInit implements InitializingBean, ApplicationContext
iClearApiSystemService.refreshAppInfoCache();
log.info("init initSystemCache end>>>>>>>>>");
sw.stop();
System.out.println(sw.prettyPrint());
log.info(sw.prettyPrint());
}catch (Exception e){
log.error("init afterPropertiesSet error:" + e.getMessage());
......