#
luxiaotao1123
2020-08-15 71333f8fbfc321bced0d7a3916e996de7fdac284
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();