U moet het volgende toevoegen aan application.properties :
spring.data.mongodb.auto-index-creation=true
of in application.yml :
spring:
data:
mongodb:
auto-index-creation: true
U moet het volgende toevoegen aan application.properties :
spring.data.mongodb.auto-index-creation=true
of in application.yml :
spring:
data:
mongodb:
auto-index-creation: true