dubbo-spring-boot-starter - dubbo 的 spring boot 自动配置


Apache
跨平台
Java

软件简介

dubbo-spring-boot-starter是 dubbo 的 spring boot starter,之前名称为spring-boot-
starter-dubbo,因为命名规范问题调整为dubbo-spring-boot-starter。

dubbo-spring-boot-starter 支持的 jdk 版本为 1.6 or 1.6+。

dubbo-spring-boot-starter 很简单,也很方便使用,它同时集成了dubbo 的 provider 和 consumer 的功能。

  • 当在 provider 端使用 dubbo-spring-boot-starter 时,可以选择不用 web 容器或者使用 web 容器;它作为 dubbo 的 provider 会提供简单的 RPC 服务。

  • 当在 consumer 端使用 spring-boot-starter-dubbo 时,需要使用 web 容器,它会提供 health等监控。