File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -798,9 +798,9 @@ content into your application; rather pick only the properties that you need.
798798
799799 # EMBEDDED MONGODB ({sc-spring-boot-autoconfigure}/mongo/embedded/EmbeddedMongoProperties.{sc-ext}[EmbeddedMongoProperties])
800800 spring.mongodb.embedded.features=SYNC_DELAY # Comma-separated list of features to enable.
801- spring.mongodb.embedded.storage.databaseDir = # Directory used for data storage.
802- spring.mongodb.embedded.storage.oplogSize = # Maximum size of the oplog in megabytes.
803- spring.mongodb.embedded.storage.replSetName = # Name of the replica set.
801+ spring.mongodb.embedded.storage.database-dir = # Directory used for data storage.
802+ spring.mongodb.embedded.storage.oplog-size = # Maximum size of the oplog in megabytes.
803+ spring.mongodb.embedded.storage.repl-set-name = # Name of the replica set.
804804 spring.mongodb.embedded.version=2.6.10 # Version of Mongo to use.
805805
806806 # REDIS ({sc-spring-boot-autoconfigure}/data/redis/RedisProperties.{sc-ext}[RedisProperties])
You can’t perform that action at this time.
0 commit comments