Commit 49fab4a6 authored by Phillip Webb's avatar Phillip Webb

Fix broken documentation link

parent c55900b4
...@@ -352,7 +352,7 @@ content into your application; rather pick only the properties that you need. ...@@ -352,7 +352,7 @@ content into your application; rather pick only the properties that you need.
spring.data.mongodb.repositories.enabled=true # if spring data repository support is enabled spring.data.mongodb.repositories.enabled=true # if spring data repository support is enabled
spring.data.mongodb.field-naming-strategy= # fully qualified name of the FieldNamingStrategy to use spring.data.mongodb.field-naming-strategy= # fully qualified name of the FieldNamingStrategy to use
# EMBEDDED MONGODB ({sc-spring-boot-autoconfigure}/mongo/embedded/EmbeddedMongoProerties.{sc-ext}[EmbeddedMongoProperties]) # EMBEDDED MONGODB ({sc-spring-boot-autoconfigure}/mongo/embedded/EmbeddedMongoProperties.{sc-ext}[EmbeddedMongoProperties])
spring.mongodb.embedded.version=2.6.10 # version of Mongo to use spring.mongodb.embedded.version=2.6.10 # version of Mongo to use
spring.mongodb.embedded.features=SYNC_DELAY # comma-separated list of features to enable spring.mongodb.embedded.features=SYNC_DELAY # comma-separated list of features to enable
......
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