Simple Spring boot application with docker deployment
Creating a simple Spring Boot application and Docker deployment. This documentation illustrates the simple ways of deploying a spring boot application on a docker container. This application is just a simple one with no DB interaction. We will cover the deployment of Spring boot application with DB in other post PreRequisite: We need to have…
