Merge pull request #613 from agrueneberg/patch-1
* patch-1: Fix type in reference docs
This commit is contained in:
commit
2b875a8778
|
|
@ -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
|
||||
`application.properties`:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue