Marvin

Results 2 comments of Marvin

请问一下这个问题您解决了么,我们项目升级3.0时候也是遇到这个问题,我们需要使用spring-cloud-starter-alibaba-nacos-config做为配置刷新。但是spring-cloud-starter-alibaba-nacos-config和Dubbo3好像冲突,引入后就会这样,单纯引入nacos-client就不会

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