Xinliang Chen

Results 2 comments of Xinliang Chen

> > 这个官方没有解决方案了吗 > > 官方解决方案不清楚,我这样解决对付用了 > > private static final CountDownLatch countDownLatch = new CountDownLatch(1); > > ``` > public static void main(String[] args) throws InterruptedException, IOException { >...

ctmd,要加依赖整整搞了几个小时就因为没加依赖。加上这个org.springframework.boot spring-boot-starter-web,它不自动停止是因为tomcat没有线程进行,加了依赖才有。