Registry / web-framework / dubbo-spring-boot-starter

dubbo-spring-boot-starter

JSON →
library3.3.6javamavenunverified

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>
INSTALL
IMPORT
SIG · DUBBO-SPRING-BOOT-
D
dubbo-spring-boot-starter
web-frameworkjavav3.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DubboAutoConfiguration
org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration

Annotate a service implementation with @DubboService to expose it as a Dubbo RPC service.

import org.apache.dubbo.config.annotation.DubboService; import org.springframework.stereotype.Service; @DubboService @Service public class GreetingServiceImpl implements GreetingService { @Override public String greet(String name) { return "Hello, " + name; } }
Debug
Known issues
breakingDubbo 3.x uses a new triple protocol by default; older clients may need explicit configuration.
fix
Set dubbo.protocol.name=dubbo in application.properties for backward compatibility with Dubbo 2.x clients.
affects: >=3.0.0
Upgrade
Version history
3.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
dubbo-spring-boot-starter — mvn dependency:get dubbo-spring-boot-starter · libregistry