From 255a7f3bd3dc4275305cc8897e355a55257a0690 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 6 Oct 2014 16:38:29 +0100 Subject: [PATCH] Add README --- docs/README.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/README.adoc diff --git a/docs/README.adoc b/docs/README.adoc new file mode 100644 index 0000000..7ff015d --- /dev/null +++ b/docs/README.adoc @@ -0,0 +1,15 @@ +// 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 depdnencies 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-hystrix +* spring-cloud-starter-hystrix-dashboard +* spring-cloud-starter-turbine +* spring-cloud-starter-zuul + +