在订单服务和商品服务均添加sleuth依赖
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-sleuth</artifactId> </dependency>
sleuth 链路追踪
原文:https://www.cnblogs.com/zhuomuniao/p/12466728.html