# dubbo-demo **Repository Path**: codemac/dubbo-demo ## Basic Information - **Project Name**: dubbo-demo - **Description**: dubbo3 学习练手 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-23 - **Last Updated**: 2024-10-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明 ### 组件库版本: Dubbo:3.2.10
zookeeper:3.4.2
### 版本说明 V1:按照 Spring-xml 的方式配置 dubbo,并分析按照这种方式配置的缺点与不足,
消费者与生产者直接的方式,不通过注册中心调用的方式。

V2:基于 V1版本的配置取点与不足,这一版使用 SpringBoot 注解的方式改进