diff --git a/spring-cloud-cloud-foundry-connector.html b/spring-cloud-cloud-foundry-connector.html index 4079eee..fdaa964 100644 --- a/spring-cloud-cloud-foundry-connector.html +++ b/spring-cloud-cloud-foundry-connector.html @@ -505,9 +505,11 @@ table.CodeRay td.code>pre{padding:0}
This connector checks for the presence of a VCAP_APPLICATION environment variable. This is a system-provided environment variable which is specific to Cloud Foundry. If the variable exists, the connector will be activated.
The connector inspects Cloud Foundry’s VCAP_SERVICES environment variable to detect available services. This variable stores connection and identification information for service instances that are bound to Cloud Foundry applications.
|
-The name of the service. |
+The service offering’s name (not to be confused with a service instance’s name). |
|
@@ -602,7 +609,28 @@ table.CodeRay td.code>pre{padding:0}
The criteria by which it establishes availability of each service are described below.
+If they are present, it will also consider the following fields:
+
|
+A JDBC connection string. |
+
|
+A service URL—in the field name, |
+
This connector comes with built-in support for a variety of service types and providers. The criteria by which it establishes availability of each service are described below.
label beginning with the rabbitmq tag
uris using the scheme amqp or amqps
uri or uris using the scheme amqp or amqps
amqpUri, amqpuri, amqpsUri, amqpsuri, amqpUrl, amqpurl, amqpsUrl, or amqpsurl fields in credentials
Coming soon…
+The connector will check for:
+tags including sqldb, dashDB, or db2
label beginning with the sqldb, dashDB, or db2 tags
uri or uris using the scheme db2
jdbcUrl field in credentials using the scheme db2
db2Uri, db2uri, db2Url, or db2url fields in credentials
Coming soon…
+The connector will check for:
+tags including mongodb
label beginning with the mongodb tag
uri or uris using the scheme mongodb
mongodbUri, mongodburi, mongodbUrl, or mongodburl fields in credentials
Coming soon…
+The connector will check for:
+tags including monitoring or newrelic
label beginning with the monitoring or newrelic tags
Coming soon…
+The connector will check for:
+tags including mysql
label beginning with the mysql tag
uri or uris using the scheme mysql
jdbcUrl field in credentials using the scheme mysql
mysqlUri, mysqluri, mysqlUrl, or mysqlurl fields in credentials
Extend CloudFoundryServiceInfoCreator with a creator for your service’s ServiceInfo class.