src/main/java/com/yssh/run/InitDataRunner.java
@@ -15,7 +15,8 @@ @Component public class InitDataRunner implements ApplicationRunner { protected final Log logger = LogFactory.getLog(this.getClass()); //protected final Log logger = LogFactory.getLog(this.getClass()); protected final Logger logger = LoggerFactory.getLogger(this.getClass()); @Autowired private ICommonService commonService;