1 Star 0 Fork 5

卡尔玛 / spring-boot-dubbo-sample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 870 Bytes
一键复制 编辑 原始数据 按行查看 历史
大目 提交于 2016-12-20 13:14 . init

README

该例是一个Spring Boot整合Dubbo的Demo,

module名称 作用
api dubbo接口
consumer 服务消费者
provider 服务提供者
spring-boot-starter-dubbo Spring Boot的Dubbo Starter

spring-boot-starter-dubbo来自https://github.com/teaey/spring-boot-starter-dubbo ,中央仓库里没有,索性引入过来了。 对原先程序略有修改,主要是因为原先版本用的Spring Boot版本较低,由于侵入原先代码,故而提一下。生产中,建议使用Maven的exclude排除老的依赖。

写得比较简单粗糙,详见代码。

Java
1
https://gitee.com/csiizhur/spring-boot-dubbo-sample.git
git@gitee.com:csiizhur/spring-boot-dubbo-sample.git
csiizhur
spring-boot-dubbo-sample
spring-boot-dubbo-sample
master

搜索帮助