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:
Alexander Grüneberg 2014-03-31 16:47:35 -05:00 committed by Phillip Webb
parent 499f54893b
commit b95266a2bc
1 changed files with 1 additions and 1 deletions

View File

@ -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`: