A3 - SettingUp IDE Spring Tool Suite(IDE) and the procedures involved


There are many ways to create a spring-boot project 

The first way is-   

      Through  ECLIPSE IDE you can create a Maven Project and then in pom.xml file get some plugins in spring boot official site .Now Import the classes required and Create your spring boot project.

The second way is-

       Through Microsoft VS Code(Visual Studio Code) download some extensions and setup requires certain processs.

The third way is-

       Through Intellij IDE but you need to pay for the spring boot setup.

................................................................................................................................................

The fourth and the most convenient way is-

     Through Spring Tool Suite (STS) IDE and the processes for starting spring boot project for this setup are as follows


STEP 1:   Type STS in google Chrome

STEP 2:   Go to link

              https://spring.io/tools

STEP 3:   Go to section Spring Tools 4 for Eclipse

This is STS Download Setup location and is open source


Step 4:   Respectively choose your operating System(Windows,MacOS or Linux)

Step 5:   Downloading will start... It is around 540 MB when I downloaded

Step6:   Click on the file and unpacking Starts

Step7:   Go to your Download  and click on folder which appears like this


   


Step 8:    Open this file and Click on icon which appears like this





Step 9:
    Now you have opened your IDE it sets your  workspace by default you can change it now

Step10:   Right Click on your mouse and select New->Spring Starter Project

Step 11:   In place of demo write your project name.

Step 12:   For Simple Spring project you go next next.....and finish

Step 13:   Your project appears like this.....

Spring Tool Suite (STS) Project Setup

 


Comments

Popular posts from this blog

INDEX OF Zeek Spring Boot