Skip to content

Latest commit

 

History

History
 
 

springboot-mongodb-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spring Boot with MongoDB

This project show how to use MongoDb in a Spring Boot project.

Installation

  1. Clone the repository
  2. Enter the project's directory
  3. Create application.properties file from application-example.properties
  4. Update application.properties with your own configuration
  5. install maven dependencies mvn install
  6. run the application mvn spring-boot:run
  7. Test endpoints with Postman or other REST client