#
18516761980
2022-05-26 31a3b30ab98ed3e4c0f9e94cb9d9ffd4f8b22d1a
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 {