The spring-cloud-cloudfoundry-commons module configures the
+Reactor-based Cloud Foundry Java client, v 3.0, and can be used standalone.
The spring-cloud-cloudfoundry-web project provides basic support for
some enhanced features of webapps in Cloud Foundry: binding
automatically to single-sign-on services and optionally enabling
@@ -443,10 +120,8 @@ sticky routing for discovery.
The spring-cloud-cloudfoundry-discovery project provides an
implementation of Spring Cloud Commons DiscoveryClient so you can
@EnableDiscoveryClient and provide your credentials as
-spring.cloud.cloudfoundry.discovery.[email,password] and then you
-can use the DiscoveryClient directly or via a LoadBalancerClient
-(also *.url if you are not connecting to
-Pivotal Web Services).
spring.cloud.cloudfoundry.discovery.[username,password] (also *.url if you are not connecting to Pivotal Web Services) and then you
+can use the DiscoveryClient directly or via a LoadBalancerClient.
The first time you use it the discovery client might be slow owing to @@ -455,7 +130,7 @@ the fact that it has to get an access token from Cloud Foundry.