#
tqs
2023-02-10 f5646b75344aff023817472a5a13f75dbfe05c28
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 {