starters->starter-parent

This commit is contained in:
Dave Syer
2014-11-26 14:05:57 +00:00
parent 775eb3b0e0
commit a83daa0ef5
2 changed files with 2 additions and 207 deletions

View File

@@ -46,7 +46,7 @@ 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
parent pom and BOM (`spring-cloud-starters`) for Maven users and 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:
@@ -64,7 +64,7 @@ users. Example Maven configuration:
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starters</artifactId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>