Tagged Questions
1
vote
1answer
193 views
Preventing duplicates in MongoDB using Spring Data (Spring Roo)
I have been trying to get my head wrapped around MongoDB, as it's used by Spring, so I decided to start a little project in Spring Roo.
In my project, I am storing my User Login data to MongoDB. The ...