[go: up one dir, main page]

Skip to content

paravatha/springboot-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-mongodb

Sample Spring Boot application with MongoDB connectivity.

#Overview: This project adds data to the MongoDB database and shows the capabilties of Mongo DB fetching/querying capabalities.

#Setup Steps before running this project

  1. Install Java 8
  2. Install MongoDB 3.4
  3. Start MongoDB (Via command prompt)
  4. Install and open Robomongo client - MongoDB client to check the database
  5. Create database "mytest"

Note: pom.xml has all the dependencies.

Releases

No releases published

Packages

No packages published

Languages