<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-actuator-autoconfigure</artifactId>
<version>4.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='sofa-boot-actuator-autoconfigure', version='4.0.0')
)
<parent> <groupId>com.alipay.sofa</groupId> <artifactId>sofa-boot-parent</artifactId> <version>4.0.0</version> </parent>
compile
|-- com.alipay.sofa:sofa-boot-actuator
|-- com.alipay.sofa:sofa-boot-autoconfigure
|-- org.springframework.boot:spring-boot-actuator-autoconfigure
|-- com.alipay.sofa:runtime-sofa-boot
|-- com.alipay.sofa:rpc-sofa-boot
|-- com.alipay.sofa:isle-sofa-boot
test