Intellij IDEA creates springboot project [super detailed]

1. Introduction.

Today I will introduce how to create a Springboot project in IDEA, because creating a project is not always created, and sometimes everyone may forget, including me of course, so I will write it down as an article note.

2. Idea creates springboot project:

1. First open the idea editor to create a project, select File -> New -> Project....

2. Select Spring Initializr, enter your own project configuration, and click Next.

Remark:

Artifact is the project name group is the project group name language is set to java packaging is the packaging method

 3. Select the corresponding dependencies, or import them yourself, select springweb, mybatis, mysql driver, Lombok

4: Configure our database.

5. Start our new project

6. We have created a basic springboot framework. Hurry up and try it out.

3. Summary.

Thank you for your attention, likes and collections, and you can also follow my public account: java student

Guess you like

Origin blog.csdn.net/weixin_42188778/article/details/125464268