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:
committed by
Phillip Webb
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
|
specify a `host`/`port`. For example, you might declare the following in your
|
||||||
`application.properties`:
|
`application.properties`:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user