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:
- id (which should be auto-generated by mongodb)
- name (string)
- userSettings (a list of pairs like { property1 : "value1", property2 : "value2" }