remove docs from READMEs

This commit is contained in:
Ben Klein
2015-12-08 11:31:15 -06:00
parent 9b48ab74d3
commit e73d48f597
6 changed files with 25 additions and 551 deletions

View File

@@ -1,27 +1,3 @@
#Spring Cloud Cloud Foundry connector
This connector will discover services bound to an application running in Cloud Foundry.
It currently knows about:
- PostgreSQL
- MySQL
- Oracle
- Redis
- MongoDB
- RabbitMQ
- SMTP gateway
- application monitoring (New Relic)
Since Cloud Foundry enumerates each service in a consistent format, Spring Cloud does
not care which service provider is providing it.
##Supporting new service types
Extend [`CloudFoundryServiceInfoCreator`]((src/main/java/org/springframework/cloud/cloudfoundry/CloudFoundryServiceInfoCreator.java))
with a creator for [your service's `ServiceInfo` class](../spring-cloud-core/#adding-service-discovery).
Add the fully-qualified class name for your creator to
````
META-INF/service/org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
````
This connector discovers services that are bound to an application running in Cloud Foundry. See [the documentation](http://cloud.spring.io/spring-cloud-connectors/spring-cloud-cloud-foundry-connector.html).