I have created a simple custom mongo repository using MongoTemplate in Spring Boot. I want to create unit test in order to test my custom queries. When I run th
MongoTemplate