From b95266a2bca5600a335d354ce8a6de854057cd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gr=C3=BCneberg?= Date: Mon, 31 Mar 2014 16:47:35 -0500 Subject: [PATCH] Fix type in reference docs The `spring.data.mongodb.uri` property should be `spring.data.mongodb.url`. Fixes gh-613 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 633f918f4e..c3461e6de7 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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`: