|
@ -22,7 +22,6 @@ spring:
|
|
min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
|
|
min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
|
|
time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
|
|
time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
|
|
|
|
|
|
|
|
|
|
hibernate:
|
|
hibernate:
|
|
dialect: org.hibernate.dialect.MySQL5Dialect
|
|
dialect: org.hibernate.dialect.MySQL5Dialect
|
|
show_sql: true
|
|
show_sql: true
|
|
@ -41,10 +40,9 @@ spring:
|
|
password: 123456
|
|
password: 123456
|
|
zipkin:
|
|
zipkin:
|
|
base-url: http://192.168.131.173:${server.svr-logServer-port} #日志追踪的地址
|
|
base-url: http://192.168.131.173:${server.svr-logServer-port} #日志追踪的地址
|
|
|
|
|
|
sleuth:
|
|
sleuth:
|
|
sampler:
|
|
sampler:
|
|
percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
|
|
|
percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
|
|
|
|
|
|
|
---
|
|
---
|
|
@ -59,7 +57,7 @@ spring:
|
|
|
|
|
|
sleuth:
|
|
sleuth:
|
|
sampler:
|
|
sampler:
|
|
percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
|
|
|
percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
|
|
|
|
|
|
|
---
|
|
---
|
|
@ -74,4 +72,4 @@ spring:
|
|
|
|
|
|
sleuth:
|
|
sleuth:
|
|
sampler:
|
|
sampler:
|
|
percentage: 1.0 ##采用需要的请求的百分比 默认是0.1 即 10%
|
|
|
|
|
|
percentage: 1.0 #采用需要的请求的百分比 默认是0.1 即 10%
|