From 07c5896dc26c41fefbde296613a92cfc6e254220 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sat, 30 Jul 2016 19:54:46 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index b06266695..e02efbb85 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://localhost:3306/zipkin + url: jdbc:mysql://${MYSQL_HOST:localhost}/test username: root password: root # Switch this on to create the schema on startup: @@ -1868,10 +1868,7 @@ started quickly). For a more robust solution you can add MySQL and enabled: false zipkin: storage: - type: - mysql: - username: root - password: root + type: mysql
@@ -2300,7 +2297,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property