Skip to main content

Posts

Showing posts with the label #package

Spring Boot Project Set Up Using Maven And STS

                    In this topic, we discuss, how to set up a new spring boot project and how to run this in the server and how to generate war in command prompt. Here we use STS(Spring tool suite) to build the project. We can also build through Eclipse IDE . For build project, through the eclipse, we need to install external plugins from eclipse market place. We discuss all this in detail but for now, firstly using Spring tool suite let's start building our project. So without wasting any time let's begin. REQUIERMENTS: 1.STS or Eclipse IDE with Spring tools plug-in 2.Jdk -8 or higher 3.Maven 3 or higher STEP BY STEP PROCESS: 1.Open The Spring tool suite: 2.Select a work directory where you want to build your project: 3.Step up the project name: -Set the project name. -Set the packaging as war because we build a web based application. -Set groupId(Group Id is the unique identification of your project among all project.It's