# springboot-dubbo **Repository Path**: kanma/springboot-dubbo ## Basic Information - **Project Name**: springboot-dubbo - **Description**: No description available - **Primary Language**: Java - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-dubbo #### 介绍 springboot dubbo 集成,apache-zookeeper-3.6.2-bin.tar + dubbo2.7.7 + springboot 2.3.3.RELEASE #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### Git 使用 ``` mkdir springboot-dubbo cd springboot-dubbo git init touch README.md git add README.md git commit -m "first commit" git remote add origin git@gitee.com:kanma/springboot-dubbo.git git push -u origin master ```