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 8: Open this file and Click on icon which appears like this
Comments
Post a Comment