在需要加入sleuth的項目pom文件中添加依賴
```
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
```
為方便觀察,調整下日志級別:
```
logging:
level:
org.springframework.cloud.openfeign: debug
```
查看效果
