From bc3dcc55c13d6baeefbc84e64bc0f3f1d1beee0f Mon Sep 17 00:00:00 2001 From: Shashank5287 Date: Mon, 30 Sep 2019 13:04:27 +0100 Subject: [PATCH] disable the zipkin --- application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.properties b/application.properties index a4c46c6..293384c 100644 --- a/application.properties +++ b/application.properties @@ -4,4 +4,4 @@ eureka.client.service-url.defaultZone=http://localhost:2222/eureka spring.sleuth.sampler.percentage=1.0 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect spring.zipkin.base-url=http://localhost:4444 -spring.zipkin.enabled=true +#spring.zipkin.enabled=true