<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-autoconfigure-compatible</artifactId>
<version>3.3.2</version>
</dependency>
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-autoconfigure-compatible" % "3.3.2"
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-autoconfigure-compatible', version='3.3.2')
)
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-autoconfigure-compatible" rev="3.3.2" />
compile
|-- org.springframework.boot:spring-boot-autoconfigure:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot-starter-log4j2:1.5.22.RELEASE
|-- org.apache.dubbo:dubbo-common:3.3.2
|-- org.apache.dubbo:dubbo-config-spring:3.3.2
|-- org.apache.dubbo:dubbo:3.3.2
|-- org.springframework.boot:spring-boot-configuration-processor:1.5.22.RELEASE