From 5d06861ef19dabc35cb4d7f1ae54f66f4f56c91d Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Fri, 21 Oct 2016 17:07:45 -0500 Subject: [PATCH] Clarify detection requirements for JDBC URLs in Cloud Foundry Connector docs. --- .../asciidoc/spring-cloud-cloud-foundry-connector.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc index 937c46e..058e2c8 100644 --- a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc @@ -81,7 +81,7 @@ 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` +* `jdbcUrl` field in `credentials` using the subprotocol `db2` in the JDBC URL * `db2Uri`, `db2uri`, `db2Url`, or `db2url` fields in `credentials` ==== MongoDB @@ -100,7 +100,7 @@ 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` +* `jdbcUrl` field in `credentials` using the subprotocol `mysql` in the JDBC URL * `mysqlUri`, `mysqluri`, `mysqlUrl`, or `mysqlurl` fields in `credentials` ==== Oracle @@ -118,7 +118,7 @@ The connector will check for: * `tags` including `postgresql` * `label` beginning with the `postgresql` tag * `uri` or `uris` using the scheme `postgres` -* `jdbcUrl` field in `credentials` using the scheme `postgres` +* `jdbcUrl` field in `credentials` using the subprotocol `postgres` in the JDBC URL * `postgresUri`, `postgresuri`, `postgresUrl`, or `postgresurl` fields in `credentials` ==== RabbitMQ @@ -153,5 +153,5 @@ The connector will check for: The connector will check for: * `uri` or `uris` using the scheme `sqlserver` -* `jdbcUrl` field in `credentials` using the scheme `sqlserver` +* `jdbcUrl` field in `credentials` using the subprotocol `sqlserver` in the JDBC URL * `sqlserverUri`, `sqlserveruri`, `sqlserverUrl`, or `sqlserverurl` fields in `credentials`