From a5e75423554ee447c3666bc7d007220ac94cf36a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 29 Aug 2014 13:25:10 +0100 Subject: [PATCH] Update READMEs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd63cdd0..3e83d65e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ labelled versions of configuration environments. Start the server: ``` -$ cd spring-platform-config-server +$ cd spring-cloud-config-server $ mvn spring-boot:run ``` @@ -51,7 +51,7 @@ list of properties), and "label" is an optional git label (defaults to ### Client Side Usage To use these features in an application, just build it as a Spring -Boot application that depends on spring-platform-config-client +Boot application that depends on spring-cloud-config-client (e.g. see the test cases for the config-client, or the sample app). When it runs it will pick up the external configuration from the default local config server on port 8888 if it is running. To modify @@ -84,7 +84,7 @@ repository>/" contains the property "foo" with value ## Sample Application There is a sample application -[here](https://github.com/spring-platform/spring-platform-config/spring-platform-config-sample). It +[here](https://github.com/spring-cloud/spring-cloud-config-sample). It is a Spring Boot application so you can run it using the usual mechanisms (for instance "mvn spring-boot:run"). When it runs it will look for the config server on "http://localhost:8888" by default, so