Skip to content

Commit 265a712

Browse files
committed
Fix keys format for embedded mongodb support
Closes gh-8102
1 parent bd58a6d commit 265a712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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])

0 commit comments

Comments
 (0)