Nowadays there is a lot of buzz about microservices, spring boot, and docker. Today I am going to explain how to deploy a spring boot application inside Docker container. Before that, I would like to explain a bit about Microservices, Spring Boot, and Docker. What are microservices? Microservices is an architectural style of software development…
Author: Neha Bapat
Jenkins Basics
Jenkins is widely used tool in the software development companies. Today I am going to explain basics of Jenkins. Also the sample setup with maven project and svn. What is Jenkins? As quoted from the Jenkin’s official website, “Jenkins is a self-contained, open source automation server which can be used to automate all sorts of…
Loan Waiver : Is it a solution?
Loan Waiver: Is it a solution? Recently I received a joke making fun of our CM Mr.Devendra Fadanvis and saying that why can’t he take such an important decision on loan waivers for farmers in Maharashtra as Yogi did in Uttar Pradesh. And I started thinking ‘Is loan waiver a solution to the farmer’s problems?’…
Maven Basics
What is maven? Maven is basically a dependency management tool for java projects. It also offers other important features like distribution management, building project locally or at remote server, packaging of project etc. Why maven? Following processes become easy when we use maven for java project: 1) Building projects locally or at remote server with…