|
@@ -12,6 +12,13 @@ spring:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
application:
|
|
application:
|
|
|
name: member-service-provider
|
|
name: member-service-provider
|
|
|
|
|
+ zipkin:
|
|
|
|
|
+ #配置zipkin服务器的地址
|
|
|
|
|
+ base-url: http://localhost:9411
|
|
|
|
|
+ sleuth:
|
|
|
|
|
+ sampler:
|
|
|
|
|
+ #probability标识采样率,取值范围[0.0,1.0],1.0表示全部采集
|
|
|
|
|
+ probability: 1.0
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
|
configuration:
|
|
configuration:
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|