How to implement Spring-MVC CRUD operations on MongoDB without using MongoTemplate -
i want know how develop sample crud operations on mongodb mongorepository interface.
can give me links not have mongotemplate example.
i did sample application last year, using vraptor + mongodb + spring data think useful you.
the github repository https://github.com/cartagena/heroku-vraptor-mongodb.
if take looks @ vraptor's controller class, similar spring-mvc controller, can see repositry in action.
Comments
Post a Comment