Debe agregar lo siguiente a application.properties :
spring.data.mongodb.auto-index-creation=true
o en application.yml :
spring:
data:
mongodb:
auto-index-creation: true
Debe agregar lo siguiente a application.properties :
spring.data.mongodb.auto-index-creation=true
o en application.yml :
spring:
data:
mongodb:
auto-index-creation: true