Spring Boot和Dubbo整合

代码demo

http://git.oschina.net/zhangxh20/spring-boot-dubbo

项目共分成4个模块

  • dubbo-api
  • dubbo-dao
  • dubbo-service
  • dubbo-web

dubbo-api

这个模块主要是原来提供API服务,里面都只是接口和实体bean的定义

dubbo-dao

这个模块用来操作数据库

dubbo-service

这个模块用来对外提供服务

dubbo-web

这个模块对外提供HTTP接口,并调用dubbo服务

参数文档

1、https://github.com/teaey/spring-boot-starter-dubbo

原文地址:https://www.cnblogs.com/zhangxh20/p/6917051.html

猜你喜欢

转载自blog.csdn.net/qq_32649581/article/details/84037983