TOP-LH commented on issue #10723:
URL: https://github.com/apache/dubbo/issues/10723#issuecomment-1274012700

   > 添加下 nacos-client 的依赖,默认 dubbo 不会传递这个依赖
   
   使用了nacos作为注册中心和配置中心, 添加了一下依赖, 已经引入了这个依赖, 是版本过低了吗?
   ``` xml
           <dependency>
               <groupId>com.alibaba.cloud</groupId>
               
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
           </dependency>
           <dependency>
               <groupId>com.alibaba.cloud</groupId>
               
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
           </dependency>
   ```
   
![image](https://user-images.githubusercontent.com/49888630/194984168-ae9a1fa1-559d-4026-8e8c-dc3c8df0cb7a.png)
   


-- 
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