From a057bb824016d52557a4154a161872b8ecf4bb09 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 13 Oct 2014 13:20:12 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud.html b/spring-cloud.html index 1cad014..5ea3383 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -585,7 +585,7 @@ repository. Then try it out as a client:

The default strategy for locating property sources is to clone a git -repository (at "spring.platform.config.server.uri") and use it to +repository (at "spring.cloud.config.server.uri") and use it to initialize a mini SpringApplication. The mini-application’s Environment is used to enumerate property sources and publish them via a JSON endpoint. The service has resources in the form:

@@ -1056,7 +1056,7 @@ configuration from the server.

You can disable the bootstrap process completely by setting -spring.platform.bootstrap.enabled=false (e.g. in System properties).

+spring.cloud.bootstrap.enabled=false (e.g. in System properties).

@@ -1903,7 +1903,7 @@ and puts it in a request header for the downstream requests.