src/main/java/com/zy/core/ServerBootstrap.java
@@ -28,7 +28,10 @@ @Autowired private MainProcess mainProcess; /** * PostConstruct会在加载servlet的时候运行一次 * @throws InterruptedException */ @PostConstruct @Async public void init() throws InterruptedException {