/spring-mongodb-restful

Crud operation using spring data mongo db

Primary LanguageJava

Spring Mongo Db Restful Service

  • Make hr database in mongo db

  • Url : localhost:8080/api/employer Http Post method check data.json file in src/main/resources for body data.

  • Make 'hr' database in mongo db

  • EmployerRepository : spring data mongo queries is present here to learn

  • ReportService : you will find projection of mongo db