燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-04-27 bf27e24f68cf41a07ba0e5c4dc6ac1c086b6652d
src/main/java/com/yssh/run/InitDataRunner.java
@@ -1,6 +1,8 @@
package com.yssh.run;
import com.yssh.utils.CacheUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
@@ -13,8 +15,7 @@
@Component
public class InitDataRunner implements ApplicationRunner {
    protected final Logger logger = LoggerFactory.getLogger(this.getClass());
    protected final Log logger = LogFactory.getLog(this.getClass());
    @Autowired
    private ICommonService commonService;
@@ -32,5 +33,7 @@
        }
        //读取dat数据
        commonService.readDatData();
        logger.info("***************** 系统启动完毕 *****************" + "\n");
    }
}