xu248659885 commented on issue #11488:
URL: https://github.com/apache/dubbo/issues/11488#issuecomment-1780269662

   > 这个官方没有解决方案了吗
   官方解决方案不清楚,我这样解决对付用了
   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