Skip to content

Commit b95266a

Browse files
Alexander GrünebergPhillip Webb
authored andcommitted
Fix type in reference docs
The `spring.data.mongodb.uri` property should be `spring.data.mongodb.url`. Fixes gh-613
1 parent 499f548 commit b95266a

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)