Table of content Introduction Required Technology Create a Spring Boot Project Push Application to Git repository Deploy Spring Boot Project to Tomcat Container For Testing Install Jenkins Jenkins Setup for Maven, Java, Git, Tomcat, Email trigger. Setup of Job For the SpringBoot App Introduction :- Hi All, The agenda of this post is to get basics information about how we can make our app from scratch and do the setup for the automatic deployment via Jenkins in Tomcat container, so that whenever developers do code checking into the codebase automatic build trigger and latest code get deployed to tomcat container. In this tutorial, we will see how can we develop a spring boot project from scratch, how we can push this project to Github, what are the steps...