From f69b4d212c0b811419e1360ad9ca906315436a9e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sat, 11 Jun 2016 08:59:31 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-cloud.html b/spring-cloud.html index 8ac200f1..bcc0fabf 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -1432,7 +1432,7 @@ Spring Cloud Config provides server and client-side support for externalized con
$ cd spring-cloud-config-server
-$ mvn spring-boot:run
+$ ../mvnw spring-boot:run
@@ -3728,7 +3728,7 @@ for details on the properties available.

Note
-by default the native Netflix behaviour built into Turbine does not allow multiple processes per host, per cluster (the key to the instance id is the hostname). Spring Cloud generalizes this a bit, allowing the host and port to be used as the key, but only if you set the property turbine.combineHostPort=true +by default Spring Cloud allows Turbine to use the host and port to allow multiple processes per host, per cluster. If you want the native Netflix behaviour built into Turbine that does not allow multiple processes per host, per cluster (the key to the instance id is the hostname), then set the property turbine.combineHostPort=false. @@ -9489,10 +9489,10 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property @@ -13074,7 +13074,7 @@ created during auto-configuration.