chenweida %!s(int64=8) %!d(string=hai) anos
pai
achega
1c84726b1b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      web-gateway.yml

+ 3 - 3
web-gateway.yml

@ -39,7 +39,7 @@ zuul:
spring:
  profiles: jwdev
  zipkin:
    base-url: 192.168.131.173:${server.svr-logServer-port} #日志追踪的地址
    base-url: http://192.168.131.173:${server.svr-logServer-port} #日志追踪的地址
  sleuth:
    sampler:
@ -49,7 +49,7 @@ spring:
spring:
  profiles: jwtest
  zipkin:
    base-url: localhost:${server.svr-logServer-port} #日志追踪的地址
    base-url: http://localhost:${server.svr-logServer-port} #日志追踪的地址
  sleuth:
    sampler:
@ -59,7 +59,7 @@ spring:
  profiles: jwprod
  zipkin:
    base-url: localhost:${server.svr-logServer-port} #日志追踪的地址
    base-url: http://localhost:${server.svr-logServer-port} #日志追踪的地址
  sleuth:
    sampler: