#
vincent
2020-08-18 cab1fb65541de6dd4a50e2cf925f1ff21e2e03ce
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();