MongoCollection collection = mongoTemplate.getCollection(“testdb”);
i have upgraded sping-data-mongodb version 3.3.2 and now getting errors.
MongoCollection cannot be resolved to a type
The import com.mongodb.client.AggregateIterable cannot be resolved
can anyone help what is the change in latest version?