Commit a4af835c authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #4212 from zhanhb/patch-4

* pr/4212:
  Fix default value of MongoDB port in doc
parents 2b38a861 299d0653
......@@ -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=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment