diff --git a/spring-cloud-cloudfoundry.html b/spring-cloud-cloudfoundry.html index 0210bd6..2d2b9ad 100644 --- a/spring-cloud-cloudfoundry.html +++ b/spring-cloud-cloudfoundry.html @@ -445,8 +445,8 @@ 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](https://run.pivotal.io)).

+(also *.url if you are not connecting to +Pivotal Web Services).

The first time you use it the discovery client might be slow owing to @@ -491,6 +491,12 @@ $ cf push -p app.jar

It will show its app name in the home page.

+
+

The DiscoveryClient can lists all the apps in a space, according to +the credentials it is authenticated with, where the space defaults to +the one the client is running in (if any). If neither org nor space +are configured, they default per the user’s profile in Cloud Foundry.

+
@@ -524,7 +530,7 @@ parameterized using spring.oauth2.sso.serviceId.