From 04aa41a71970ebeec297759b81b91fd798d9490c Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Wed, 18 Nov 2020 10:18:20 -0800 Subject: [PATCH] Doc Polishing This change updates the docs from a previous changes. Signed-off-by: Ben Hale --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7b3734f..8c6bcb9 100644 --- a/README.md +++ b/README.md @@ -124,14 +124,14 @@ Disable Property: `org.springframework.cloud.bindings.boot.mongodb.enable` | Property | Value | -------- | ------------------ -| `spring.mongodb.authentication-database` | `{authentication-database}` -| `spring.mongodb.database` | `{database}` -| `spring.mongodb.grid-fs-database` | `{grid-fs-database}` -| `spring.mongodb.host` | `{host}` -| `spring.mongodb.password` | `{password}` -| `spring.mongodb.port` | `{port}` -| `spring.mongodb.uri` | `{uri}` -| `spring.mongodb.username` | `{username}` +| `spring.data.mongodb.authentication-database` | `{authentication-database}` +| `spring.data.mongodb.database` | `{database}` +| `spring.data.mongodb.gridfs.database"` | `{grid-fs-database}` +| `spring.data.mongodb.host` | `{host}` +| `spring.data.mongodb.password` | `{password}` +| `spring.data.mongodb.port` | `{port}` +| `spring.data.mongodb.uri` | `{uri}` +| `spring.data.mongodb.username` | `{username}` ### MySQL RDBMS Type: `mysql`