# springboot+dubbo微服务脚手架 **Repository Path**: cloud-devops-softwareluke/springboot-dubbo ## Basic Information - **Project Name**: springboot+dubbo微服务脚手架 - **Description**: 本框架是基于springboot+dubbo的微服务脚手架,可以基于此搭建互联网应用和企业应用 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2019-12-23 - **Last Updated**: 2021-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot dubbo微服务脚手架 #### Description 一、本框架是基于springboot+dubbo的微服务脚手架,可以基于此搭建互联网应用和企业应用。 二、脚手架结构介绍: 1、tenant-parent 父工程,里面定义maven所依赖的公共包; 2、tenant-api 子工程,接口,定义实体对象和服务接口,不需要启动服务; 3、tenant-service-provider子工程,服务提供方,需要引入tenant-api工程,需要启动,在application.properties 中定义了启动端口8083和zookeeper参数; 4、tenant-web子工程,是web应用服务,也服务消费者,需要引入tenant-api工程,需要启动,在application.properties 中定义了启动端口8084和zookeeper参数。 三、使用到的技术或三方组件有: 1、springboot, 2、dubbo,阿里共享的 3、mybatis 4、druid 阿里共享的数据库连接池 5、zookeeper 四、为了便于参考,还把非微服务的spring boot工程tenant-all一同上传,便于学习参考。 后续将接着完善 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)