Skip to content

Springboot with mongo db app. Simplified the deployment by using docker, k8s and jenkins.

License

Notifications You must be signed in to change notification settings

bhowmickkrishnendu/springboot-mongo-docker-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Using Spring Data MongoDB Example

Build Project Using Maven

Maven is java based build tool to build executable

packages(jar, ear,war) for java based projects.

mvn clean package

Create Docker Image

Docker is a continerization tool.

Create docker image using Dockerfile

docker build -t <RepoName>/spring-boot-mongo .

List Docker Containers

docker ps -a

About

Springboot with mongo db app. Simplified the deployment by using docker, k8s and jenkins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published