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
spring.sleuth.zuul.enabled property