From a47ebded57d149b26c07e757526140d6172f2f30 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Fri, 31 Jul 2015 11:07:08 -0500 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-connectors.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-connectors.html b/spring-cloud-connectors.html index 15809f3..ea9c154 100644 --- a/spring-cloud-connectors.html +++ b/spring-cloud-connectors.html @@ -527,7 +527,7 @@ table.CodeRay td.code>pre{padding:0}

Introduction

-

Spring Cloud Connectors provides a simple abstraction for JVM-based applications running on cloud platforms to discover bound services and deployment information at runtime, and provides support for registering discovered services as Spring beans. It is based on a plugin model so that the identical compiled application can be deployed locally or on any of multiple cloud platforms, and it supports custom service definitions through Java SPI. The Connectors project provides out-of-the-box support for discovering common services on Heroku and Cloud Foundry clouds and a properties-based connector that can supply configuration for development and testing.

+

Spring Cloud Connectors provides a simple abstraction for JVM-based applications running on cloud platforms to discover bound services and deployment information at runtime, and provides support for registering discovered services as Spring beans. It is based on a plugin model so that the identical compiled application can be deployed locally or on any of multiple cloud platforms, and it supports custom service definitions through Java SPI. The Connectors project provides out-of-the-box support for discovering common services on Heroku and Cloud Foundry clouds, as well as a properties-based connector that can supply configuration for development and testing.

For details on specific submodules and connectors, see Submodules.

@@ -701,7 +701,7 @@ table.CodeRay td.code>pre{padding:0}