# springboot-dubbo **Repository Path**: durcframework/springboot-dubbo ## Basic Information - **Project Name**: springboot-dubbo - **Description**: dubbo2.7无注册中心案例 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-12 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot-Dubbo > 关于dubbo整合springboot的案例太多了,但绝大部分都过时了。 > 总体来归类有两种整合方式 > > * 利用阿里巴巴提供的`dubbo-spring-boot-starter`; > > * 利用Apache提供的 `dubbo-spring-boot-starter` 因为dubbo已经开源给Apache了,并且阿里这个项目已经不再更新。 所以建议大家还是以Apache这个为准,千万别搞错了。 本demo基于Dubbo2.7.x 和 springboot2.x整合了一个无注册中心的案例,大家可以克隆代码跑起来试试。 要学习关于dubbo更多的内容可以阅读Dubbo官方文档:http://dubbo.apache.org/ ApacheDubbo官方案例:https://github.com/apache/dubbo-spring-boot-project