Tim-Chen11 commented on issue #11488:
URL: https://github.com/apache/dubbo/issues/11488#issuecomment-2262138373

   > > 这个官方没有解决方案了吗
   > > 官方解决方案不清楚,我这样解决对付用了
   > > private static final CountDownLatch countDownLatch = new 
CountDownLatch(1);
   > 
   > ```
   > public static void main(String[] args) throws InterruptedException, 
IOException {
   >     SpringApplication.run(CoreServiceApplication.class, args);
   >     countDownLatch.await();
   > }
   > ```
   
   这样有用,但为啥会导致这个问题啊,整了半天了


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to