<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>runtime-sofa-boot-starter</artifactId>
<version>2.4.2</version>
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='runtime-sofa-boot-starter', version='2.4.2')
)
<parent> <groupId>com.alipay.sofa</groupId> <artifactId>sofa-boot-runtime</artifactId> <version>2.4.2</version> </parent>
compile
|-- com.alipay.sofa:infra-sofa-boot-starter
|-- com.alipay.sofa:healthcheck-sofa-boot-starter
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
test
|-- org.springframework.boot:spring-boot-test
|-- org.springframework:spring-test
|-- junit:junit:4.12