# springboot-dubbo **Repository Path**: blackfox/springboot-dubbo ## Basic Information - **Project Name**: springboot-dubbo - **Description**: spring boot dubbo demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2017-10-20 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SpringBoot Dubbo Demo ========== SpringBoot 接入 dubbo demo 项目,实现了两种接入方式: 1. 通过 @ImportResource 注解注入 dubbo 配置的xml文档, 2. 使用第三方开发的 spring-boot-dubbo-starter 组件。使用配置 application.properties 文件和注解实现。