From c7d16b45e951036838039c5685ffa25d1362ae15 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 10 Nov 2014 08:51:18 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 37a9fe2a..245b32ac 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -487,7 +487,7 @@ repository. Then try it out as a client:

The default strategy for locating property sources is to clone a git -repository (at "spring.cloud.config.server.uri") and use it to +repository (at "spring.cloud.config.server.git.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:

@@ -1302,7 +1302,7 @@ grabbing it in the bootstrap context and injecting one).