A Spring Boot starter that integrates Apache Dubbo for building high-performance RPC microservices.
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>3.3.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotate a service implementation with @DubboService to expose it as a Dubbo RPC service.
Set dubbo.protocol.name=dubbo in application.properties for backward compatibility with Dubbo 2.x clients.
No dependency data recorded yet.