diff --git a/spring-cloud-cloudfoundry.html b/spring-cloud-cloudfoundry.html index d5e6c82..20897a9 100644 --- a/spring-cloud-cloudfoundry.html +++ b/spring-cloud-cloudfoundry.html @@ -4,422 +4,95 @@ - + Spring Cloud for Cloud Foundry - + + + + - + +
@@ -434,6 +107,10 @@ environment variable containing credentials (e.g. the location and username to use for the service).

+

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.

-

Discovery

+

Discovery

Here’s a Spring Cloud app with Cloud Foundry discovery:

@@ -463,7 +138,7 @@ the fact that it has to get an access token from Cloud Foundry.

app.groovy
-
@Grab('org.springframework.cloud:spring-cloud-cloudfoundry')
+
@Grab('org.springframework.cloud:spring-cloud-cloudfoundry')
 @RestController
 @EnableDiscoveryClient
 class Application {
@@ -500,13 +175,13 @@ are configured, they default per the user’s profile in Cloud Foundry.

-

Single Sign On

+

Single Sign On

-
Note
+
All of the OAuth2 SSO and resource server features moved to Spring Boot @@ -528,5 +203,10 @@ parameterized using spring.oauth2.sso.serviceId.

+ + + + + \ No newline at end of file