# dubbo-template **Repository Path**: yunmx/dubbo-template ## Basic Information - **Project Name**: dubbo-template - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README `parent` 管理依赖版本 `api` 对外提供服务 包括接口,不同服务之间传递的实体 `provider` 服务提供者 包括服务提供者实现,dao `consumer` 服务消费者 `springboot1.x-consumer` springboot 的版本:1.x, 依赖:io.dubbo.springboot `springboot2.x-consumer` springboot 的版本: 2.x ,依赖:com.alibaba.spring.boot,需要自行引入 zookeeper 和zkClient,地址:https://github.com/alibaba/dubbo-spring-boot-starter 注意事项 1. io.dubbo.springboot 在 springboot2.x 版本中使用获取不到 dubbo 提供者的 bean 2. consumer 中pom 的 parent, 需要继承 springboot 的,如果继承自己的 parent,需要对依赖进行整理