Browse Source

Fix type in reference docs

The `spring.data.mongodb.uri` property should be
`spring.data.mongodb.url`.

Fixes gh-613
pull/615/head
Alexander Grüneberg 12 years ago committed by Phillip Webb
parent
commit
b95266a2bc
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -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
`application.properties`:

Loading…
Cancel
Save