आपको निम्नलिखित को application.properties . में जोड़ना होगा :
spring.data.mongodb.auto-index-creation=true
या application.yml . में :
spring:
data:
mongodb:
auto-index-creation: true
आपको निम्नलिखित को application.properties . में जोड़ना होगा :
spring.data.mongodb.auto-index-creation=true
या application.yml . में :
spring:
data:
mongodb:
auto-index-creation: true