Sync docs from master to gh-pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user