From d38f431b6c5d34d5e027cb4cc6436b40e42f183c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 29 Jul 2016 10:20:31 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 552ed11c5..377f4d5b6 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -1858,7 +1858,7 @@ started quickly). For a more robust solution you can add MySQL and host: ${RABBIT_HOST:localhost} datasource: schema: classpath:/mysql.sql - url: jdbc:mysql://${MYSQL_HOST:localhost}/test + url: jdbc:mysql://localhost:3306/zipkin username: root password: root # Switch this on to create the schema on startup: @@ -1868,7 +1868,10 @@ started quickly). For a more robust solution you can add MySQL and enabled: false zipkin: storage: - type: mysql + type: + mysql: + username: root + password: root
@@ -2265,7 +2268,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property