自动化立体仓库 - WCS系统
ZY
2024-07-25 a017829dfbcd09d395256d9714a34c3317c1b12d
src/main/java/com/zy/core/ServerBootstrap.java
@@ -12,6 +12,7 @@
import com.zy.core.thread.*;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.DependsOn;
import org.springframework.scheduling.annotation.Async;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@@ -26,6 +27,7 @@
 */
@Slf4j
@Component
@DependsOn("springContextUtil")
public class ServerBootstrap {
    @Autowired
@@ -41,6 +43,7 @@
     */
    @PostConstruct
    @Async
    @DependsOn("basDevpService")
    public void init() throws InterruptedException {
        News.info("核心控制层开始初始化...............................................");
        Thread.sleep(2000);