src/main/java/com/zy/core/ServerBootstrap.java
@@ -17,7 +17,6 @@ import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Component; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import java.util.List; @@ -35,7 +34,6 @@ @Autowired private DeviceConfigService deviceConfigService; @PostConstruct @Async public void init() throws InterruptedException { News.info("核心控制层开始初始化...............................................");