Home > Back-end >  SpringBoot created and started
SpringBoot created and started

Time:11-24


1. The File - & gt; New - & gt; The Project

2. Select the Spring Initializr - & gt; Directly next need to be checked with the third step of the Java JDK Version Version of the Version number can use

3. According to your need to modify the Group and an Artifact two attributes is the same with Maven
Java Version to choose corresponding Version
Choose the Next

4. Selected on the left side of the Web in Spring Web, for example the Spring above the Boot version of their choice and then Next to complete the create

5. After the completion of the project open there may be no small Run to start the triangle mark

6. Want a small triangle sign
The File - & gt; The Project Structure


7. The interface
1). Click on the left side of the Moudules
No. 2). Click on the +
3.) select the Import Moudule

8. To find our pom in the project. The XML file, then select OK, and then click apply, completes the,
9. The page will appear small Run to start the triangle symbol but SpringBootApplication will be a piece of red
10. Solve a piece of red
1.) File - Setting
2.) select the following maven modify maven into his own and then Apple application & gt; OK

11. The last File - & gt; Invalidate Caches... , the choice of just Restar
  • Related