<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>healthcheck-sofa-boot-starter</artifactId>
<version>2.6.4</version>
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='healthcheck-sofa-boot-starter', version='2.6.4')
)
<parent> <groupId>com.alipay.sofa</groupId> <artifactId>sofa-boot-runtime</artifactId> <version>2.6.4</version> </parent>
compile
|-- com.alipay.sofa:infra-sofa-boot-starter
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.springframework.boot:spring-boot-starter-actuator
|-- com.alipay.sofa.common:sofa-common-tools
provided
|-- org.springframework.boot:spring-boot-starter-web
test
|-- junit:junit