system-server zipkin测试

This commit is contained in:
gaoqr
2025-07-09 17:57:16 +08:00
parent 36785e32d8
commit 3a976ec2fb
2 changed files with 10 additions and 1 deletions
@@ -224,6 +224,15 @@
<artifactId>cf-spring-boot-starter-biz-pay</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
</dependency>
</dependencies>