Merge pull request #4212 from zhanhb/patch-4

* pr/4212:
  Fix default value of MongoDB port in doc
This commit is contained in:
Stephane Nicoll 2015-10-19 15:09:41 +02:00
commit a4af835c35

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=