spring-boot-mongodb This repository contains a Spring Boot example project for MongoDB. For a code review of this repo, see my related blog post. You can learn more about my courses here on my site. Command to start docker mongo: docker run -p 27017:27017 -d mongo