# dubbo-spring-boot-demo **Repository Path**: zhouJetty/dubbo-spring-boot-demo ## Basic Information - **Project Name**: dubbo-spring-boot-demo - **Description**: dubbo+springboot 简单的示例工程 - **Primary Language**: Java - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-21 - **Last Updated**: 2023-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dubbo-spring-boot-demo #### 介绍 dubbo+springboot 简单的示例工程 1. 主要参考dubbo官网入门文档的一个demo实现 #### 使用说明 ├── dubbo-spring-boot-interface // 共享 API 模块 ├── dubbo-spring-boot-consumer // 消费端模块 └── dubbo-spring-boot-provider // 服务端模块 #### 特技 1. dubbo官网入门文档主页:https://cn.dubbo.apache.org/zh-cn/overview/home/ 2. Gitee 博主主页:https://gitee.com/zhouJetty