Spring Data MongoDB - Conclusion



So far we learned, how Spring Data MongoDB is useful in working with MongoDB. We have created a project which connected with the MongoDB server, and performed some CRUD operation. We also exposed some of the rest endpoints and performed restful operations.

Advertisements