使用Spring Oauth 2时,Sleuth跟踪ID不相同

时间:2019-03-13 12:23:36

标签: spring spring-boot spring-cloud-sleuth zipkin spring-boot-starter

我已经创建了三个Spring Boot应用程序

1.Gateway(Zuul)

2.SampleResourceServer

3.Oauth服务器

我向网关发出一个api请求,该请求将其路由到资源服务器,资源服务器通过Oauth服务器验证请求中的access_token

我能够跟踪从Gateway到ResourceServer的请求,但是从ResourceServer到Oauth服务器却有不同的跟踪。我在所有三个应用程序中都创建了一个Restemplate bean,并添加了以下依赖项。

  1. Spring-cloud-starter-sleuth
  2. Spring-cloud-starter-zipkin
  3. Spring-boot-starter-oauth2-resource-server
  4. Spring-security-oauth2-autoconfigure
  5. spring-cloud.version:Greenwich.RELEASE

0 个答案:

没有答案