Fix type in reference docs
The `spring.data.mongodb.uri` property should be `spring.data.mongodb.url`. Fixes gh-613
This commit is contained in:
parent
499f54893b
commit
b95266a2bc
|
|
@ -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