# SourceUnderstand-Dubbo **Repository Path**: jeff_space/source-understand-dubbo ## Basic Information - **Project Name**: SourceUnderstand-Dubbo - **Description**: 源码理解-dubbo - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-14 - **Last Updated**: 2021-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SourceUnderstand-Dubbo #### 介绍 源码理解-dubbo #### 软件架构 dubbo官方依赖关系 ![2020402645-5bc97b00874e3_fix732](img/dependency.jpeg) #### 模块 ##### registry 服务注册模块 用于服务管理,注册接口信息到注册中心 ##### cluster 集群,处理错误情况 ##### common 项目公共 ##### config 提供配置 ##### rpc 远程调用 ##### remote 远程通信模块 ##### container 服务启动容器 ##### serialization 序列化 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request