Skip to content

Commit 2b875a8

Browse files
author
Phillip Webb
committed
Merge pull request #613 from agrueneberg/patch-1
* patch-1: Fix type in reference docs
2 parents 499f548 + b95266a commit 2b875a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ the URL `mongodb://localhost/test`:
12961296
}
12971297
----
12981298

1299-
You can set `spring.data.mongodb.url` property to change the `url`, or alternatively
1299+
You can set `spring.data.mongodb.uri` property to change the `url`, or alternatively
13001300
specify a `host`/`port`. For example, you might declare the following in your
13011301
`application.properties`:
13021302

0 commit comments

Comments
 (0)