From 1f7d698897194081c98a51f8209a8b51bd0f0cd8 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 28 May 2015 09:12:40 -0600 Subject: [PATCH] Updated to reference new s-c-starter-config. Updated versions of boot and s-c-starter-parent in example pom.xml. --- docs/src/main/asciidoc/quickstart.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/asciidoc/quickstart.adoc b/docs/src/main/asciidoc/quickstart.adoc index 00881857..4046d456 100644 --- a/docs/src/main/asciidoc/quickstart.adoc +++ b/docs/src/main/asciidoc/quickstart.adoc @@ -61,7 +61,7 @@ To use these features in an application, just build it as a Spring Boot application that depends on spring-cloud-config-client (e.g. see the test cases for the config-client, or the sample app). The most convenient way to add the dependency is via a Spring Boot starter -`org.springframework.cloud:spring-cloud-starter`. There is also a +`org.springframework.cloud:spring-cloud-starter-config`. There is also a parent pom and BOM (`spring-cloud-starter-parent`) for Maven users and a Spring IO version management properties file for Gradle and Spring CLI users. Example Maven configuration: @@ -72,7 +72,7 @@ users. Example Maven configuration: org.springframework.boot spring-boot-starter-parent - 1.1.7.RELEASE + 1.2.3.RELEASE @@ -81,7 +81,7 @@ users. Example Maven configuration: org.springframework.cloud spring-cloud-starter-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.1.RELEASE pom import @@ -91,7 +91,7 @@ users. Example Maven configuration: org.springframework.cloud - spring-cloud-starter + spring-cloud-starter-config org.springframework.boot