<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-tracer-redis-plugin</artifactId>
<version>4.0.1</version>
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='sofa-tracer-redis-plugin', version='4.0.1')
)
<parent> <groupId>com.alipay.sofa</groupId> <artifactId>tracer-all-parent</artifactId> <version>4.0.1</version> </parent>
compile
|-- com.alipay.sofa:tracer-core
provided
|-- org.springframework.data:spring-data-redis
|-- io.projectreactor:reactor-core:3.1.9.RELEASE
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.boot:spring-boot-starter-data-redis
|-- org.springframework:spring-test