Skip to content
kcp edited this page Oct 13, 2020 · 3 revisions

title: Dubbo date: 2019-05-09 16:47:23 tags: categories: - Java

目录 start

  1. Dubbo
    1. SPI
    2. Tips

目录 end|2020-10-12 14:58|


Dubbo

Official Doc | Github Sample

RegistryService 通过查看 Type Hierarchy 可以看到所有 Dubbo 支持的注册中心

SPI

META-INF 目录结构

Tips

SpringBoot 整合 Dubbo 使用 XML 方式 只需在Configuration注解类上引入 dubbo 配置文件 例如 引入 dubbo目录下的配置文件 @ImportResource({"classpath:dubbo/*.xml"})

Summary

Clone this wiki locally