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.