10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
Tests and documentation for Spring Data MongoDB.
|
|
|
|
== Prevent early database interaction
|
|
|
|
Spring Data MongoDB requires extra configuration to avoid early database interaction.
|
|
|
|
```
|
|
spring.data.mongodb.auto-index-creation=false
|
|
```
|