SpringBoot Basics - Creating Projects

There are two ways to create

  • IDEA Spring Initializer method

①New Project

 ②Click Next, click Finish to complete the creation

  • Online Spring Initializer Way

①Open the website  start.spring.io

②Select the project type, use language, Spring Boot version

③Fill in the project-related information, packaging method, Java version, and click GENERATE to complete the creation

④After the project is downloaded, move it to your own directory and unzip it

⑤Open the project, IDEA clicks open

 ⑥Open the project

Guess you like

Origin blog.csdn.net/weixin_46899412/article/details/123451201