自动化立体仓库 - WCS系统
#
luxiaotao1123
2020-08-17 522f6806cde91d524e196626fdfe5ab4b5e3c9e2
src/main/java/com/zy/core/ServerBootstrap.java
@@ -12,7 +12,6 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
/**
@@ -28,7 +27,7 @@
    private MainProcess mainProcess;
    @PostConstruct
//    @PostConstruct
    public void init(){
        // 初始化消息队列
        initMq();