I want to store Object with file using spring mongodb.
Suppose User profile object has properties like first name, last name, email, data of birth, gender, address and his image. In this scenario how we will implement this. Can you explain this process and also I want to maintain versions of image/file. Please help me on this.