Rename starters->release

This commit is contained in:
Dave Syer
2016-08-16 07:53:39 +01:00
parent daa4b00227
commit ed5fcf521f
3 changed files with 16 additions and 34 deletions

View File

@@ -1,21 +1,12 @@
// Do not edit this file (e.g. go instead to src/main/asciidoc)
Spring Cloud Starters are curated sets of dependencies focused on a particular type of workload. Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the dependencies are for. (See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include:
* spring-cloud-starter
* spring-cloud-starter-bus-amqp
* spring-cloud-starter-cloudfoundry
* spring-cloud-starter-eureka
* spring-cloud-starter-eureka-server
* spring-cloud-starter-feign
* spring-cloud-starter-hystrix
* spring-cloud-starter-hystrix-dashboard
* spring-cloud-starter-oauth2
* spring-cloud-starter-ribbon
* spring-cloud-starter-security
* spring-cloud-starter-turbine
* spring-cloud-starter-turbine-amqp
* spring-cloud-starter-zuul
Spring Cloud Release Train is a curated set of dependencies across a
range of Spring Cloud projects. You consume it by using the
spring-cloud-dependencies POM to manage dependencies in Maven or
Gradle. The release trains have names, not versions, to avoid
confusion with the sub-projects. The names are an alphabetic sequence
(so you can sort them chronologically) with names of London Tube
stations ("Angel" is the first release, "Brixton" is the second).
== Contributing

View File

@@ -1,16 +1,7 @@
Spring Cloud Starters are curated sets of dependencies focused on a particular type of workload. Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the dependencies are for. (See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include:
* spring-cloud-starter
* spring-cloud-starter-bus-amqp
* spring-cloud-starter-cloudfoundry
* spring-cloud-starter-eureka
* spring-cloud-starter-eureka-server
* spring-cloud-starter-feign
* spring-cloud-starter-hystrix
* spring-cloud-starter-hystrix-dashboard
* spring-cloud-starter-oauth2
* spring-cloud-starter-ribbon
* spring-cloud-starter-security
* spring-cloud-starter-turbine
* spring-cloud-starter-turbine-amqp
* spring-cloud-starter-zuul
Spring Cloud Release Train is a curated set of dependencies across a
range of Spring Cloud projects. You consume it by using the
spring-cloud-dependencies POM to manage dependencies in Maven or
Gradle. The release trains have names, not versions, to avoid
confusion with the sub-projects. The names are an alphabetic sequence
(so you can sort them chronologically) with names of London Tube
stations ("Angel" is the first release, "Brixton" is the second).

View File

@@ -1,11 +1,11 @@
:github: https://github.com/spring-cloud/spring-cloud-starters
:github: https://github.com/spring-cloud/spring-cloud-release
:githubmaster: {github}/tree/master
:docslink: {githubmaster}/docs/src/main/asciidoc
:springcloudversion: Camden.BUILD-SNAPSHOT
:springioplatformversion: 2.0.3.BUILD-SNAPSHOT
:springBootVersion: 1.4.0.BUILD-SNAPSHOT
= Spring Cloud Starters
= Spring Cloud Release Train
include::intro.adoc[]