diff --git a/spring-cloud-connectors.html b/spring-cloud-connectors.html index dea61bc..15809f3 100644 --- a/spring-cloud-connectors.html +++ b/spring-cloud-connectors.html @@ -527,15 +527,15 @@ table.CodeRay td.code>pre{padding:0}
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.
+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 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.
The core Connectors concepts are:
+The core Connectors concepts are described below.