|
@ -46,12 +46,11 @@ spring:
|
|
|
spring:
|
|
|
profiles: jwtest
|
|
|
datasource:
|
|
|
url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
|
|
|
username: root
|
|
|
password: 123456
|
|
|
zipkin:
|
|
|
base-url: http://192.168.131.173:${server.svr-logServer-port} #日志追踪的地址
|
|
|
|
|
|
base-url: http://localhost:9411 #日志追踪的地址
|
|
|
sleuth:
|
|
|
sampler:
|
|
|
percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|
|
@ -65,7 +64,6 @@ spring:
|
|
|
password: 123456
|
|
|
zipkin:
|
|
|
base-url: http://192.168.131.173:${server.svr-logServer-port} #日志追踪的地址
|
|
|
|
|
|
sleuth:
|
|
|
sampler:
|
|
|
percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|