#AI
Junjie
6 小时以前 58dc0727a11481c127fc6111b73fa309b03505b5
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("核心控制层开始初始化...............................................");