Commit b95266a2 authored by Alexander Grüneberg's avatar Alexander Grüneberg Committed by Phillip Webb

Fix type in reference docs

The `spring.data.mongodb.uri` property should be
`spring.data.mongodb.url`.

Fixes gh-613
parent 499f5489
...@@ -1296,7 +1296,7 @@ the URL `mongodb://localhost/test`: ...@@ -1296,7 +1296,7 @@ the URL `mongodb://localhost/test`:
} }
---- ----
You can set `spring.data.mongodb.url` property to change the `url`, or alternatively You can set `spring.data.mongodb.uri` property to change the `url`, or alternatively
specify a `host`/`port`. For example, you might declare the following in your specify a `host`/`port`. For example, you might declare the following in your
`application.properties`: `application.properties`:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment