Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2016-07-29 10:20:31 +00:00
parent 531bb00a4e
commit d38f431b6c

View File

@@ -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</code></pre>
type:
mysql:
username: root
password: root</code></pre>
</div>
</div>
<div class="admonitionblock note">
@@ -2265,7 +2268,7 @@ To disable Zuul support set the <code>spring.sleuth.zuul.enabled</code> property
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-07-29 07:19:01 UTC
Last updated 2016-07-29 10:19:03 UTC
</div>
</div>
</body>