<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-autoconfigure-compatible</artifactId>
<version>3.2.15</version>
</dependency>
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-autoconfigure-compatible" % "3.2.15"
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-autoconfigure-compatible', version='3.2.15')
)
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-autoconfigure-compatible" rev="3.2.15" />
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-logging:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:1.5.22.RELEASE
|-- org.apache.dubbo:dubbo-common:3.2.15