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