cwt9562 commented on issue #10717:
URL: https://github.com/apache/dubbo/issues/10717#issuecomment-1272734326

   补充:
   我使用的是spring-cloud-starter-zookeeper-discovery + dubbo-spring-boot-starter
   ```
           <dependency>
               <groupId>org.springframework.cloud</groupId>
               <artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>
           </dependency>
   
           <dependency>
               <groupId>org.apache.dubbo</groupId>
               <artifactId>dubbo-spring-boot-starter</artifactId>
           </dependency>
   ```
   
   springboot版本:2.7.4
   springcloud版本:2021.0.4
   spring-cloud-zookeeper版本:3.1.3
   dubbo版本:3.0.12
   
   
   dubbo配置文件用的zk
   ```
   zookeeper:
     address: localhost:2181
   
   spring:
     cloud:
       zookeeper:
         connect-string: ${zookeeper.address}
   
   dubbo:
     registry:
       address: "zookeeper://${zookeeper.address}"
   ```


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