Skip to content

lucanus81/BootMongoJavaSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very basic project that shows how to integrate Spring Boot and MongoDB API.

This project requires a mongodb service up and running with an existing collection called users. Such collection has the following schema:

  1. id (which should be auto-generated by mongodb)
  2. name (string)
  3. userSettings (a list of pairs like { property1 : "value1", property2 : "value2" }

About

A sample toy project that uses Boot Spring and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages