BAEL-4758: Override autoIndexCreation in MongoConfig (#10474)
This commit is contained in:
parent
1b58dba5ac
commit
153f600c62
|
@ -68,4 +68,8 @@ public class MongoConfig extends AbstractMongoClientConfiguration {
|
|||
return new MongoTransactionManager(dbFactory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean autoIndexCreation() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue