Spring Boot with MongoTemplate
问题 I am new to Spring Boot and MongoDb. Trying some examples with Mongo Repositories and Spring Boot. But after going through some of the documents found that Mongo Template is will be a better option. Unable to get a proper Spring Boot with Mongo Template example. Can someone please help me out with an example for the same. Do we need to create a User defined Repositories interface and extend Repositories or CRUD Repository, while trying for Mongo Template ? 回答1: For further explanation, you