Commit 8a8c8272 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #4054 from zhanhb/patch-2

* pr/4054:
  Fix typo
parents 9681df0e b855a68b
...@@ -362,7 +362,7 @@ content into your application; rather pick only the properties that you need. ...@@ -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]) # MONGODB ({sc-spring-boot-autoconfigure}/mongo/MongoProperties.{sc-ext}[MongoProperties])
spring.data.mongodb.host= # the db host 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.uri=mongodb://localhost/test # connection URL
spring.data.mongodb.database= spring.data.mongodb.database=
spring.data.mongodb.authentication-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