Java learning: IntelliJ IDEA creates a Spring project

Creation steps
Open Idea, File -->New-->Module, click to select JDK, as shown in the figure:
Insert picture description hereInsert picture description here

Click Next, as shown in the figure:
Insert picture description here

You can make changes here. The information of your package is marked, which can be used as an application in pox.xml. Next click Next, as shown in the figure:
Insert picture description here

After selecting Web, click Next, as shown in the figure:
Insert picture description here

Define the project name and project location here, click Finish to complete the project creation.
Next create your Idea project!

Guess you like

Origin blog.csdn.net/weixin_41812784/article/details/93740224