From b855a68bf4ee5ad6a2a8202f2c1caa49ee36851d Mon Sep 17 00:00:00 2001 From: zhanhb Date: Wed, 30 Sep 2015 10:05:33 +0800 Subject: [PATCH] Fix typo Closes gh-4054 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 221455b18b2..99b8fd4ebdb 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -362,7 +362,7 @@ content into your application; rather pick only the properties that you need. # MONGODB ({sc-spring-boot-autoconfigure}/mongo/MongoProperties.{sc-ext}[MongoProperties]) spring.data.mongodb.host= # the db host - spring.data.mongodb.port=27017 # the connection port (defaults to 27107) + spring.data.mongodb.port=27017 # the connection port (defaults to 27017) spring.data.mongodb.uri=mongodb://localhost/test # connection URL spring.data.mongodb.database= spring.data.mongodb.authentication-database=