chenweida hace 8 años
padre
commit
929adbfc68
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      web-gateway.yml

+ 2 - 2
web-gateway.yml

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