Commit 2b875a87 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #613 from agrueneberg/patch-1

* patch-1:
  Fix type in reference docs
parents 499f5489 b95266a2
...@@ -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