<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-autoconfigure-compatible</artifactId>
<version>2.7.4.1</version>
</dependency>
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-autoconfigure-compatible" % "2.7.4.1"
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-autoconfigure-compatible', version='2.7.4.1')
)
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-autoconfigure-compatible" rev="2.7.4.1" />
<parent> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot-compatible</artifactId> <version>2.7.4.1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-logging
|-- org.springframework.boot:spring-boot-configuration-processor
test