Spring Boot Using Spring Data MongoDB Example
Maven is java based build tool to build executable
packages(jar, ear,war) for java based projects.
mvn clean package
Docker is a continerization tool.
Create docker image using Dockerfile
docker build -t <RepoName>/spring-boot-mongo .
docker ps -a