Fix default value of MongoDB port in doc

Closes gh-4212
This commit is contained in:
zhanhb 2015-10-16 16:27:24 +08:00 committed by Stephane Nicoll
parent 2b38a861e3
commit 299d0653ed
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,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=