Teach you how to create a javaweb project in IDEA in one minute

1. Preparation work

1. 1 Development Tool: IDEA 2022.2

https://www.jetbrains.com/idea/download/#section=windows

1. 2 Auxiliary tools: Tomcat 10.0.23

https://tomcat.apache.org/download-10.cgi

2. Create javaweb project

2.1 Open our IDEA

​ This step omits 10,000 words

2. 2 After opening, enter the work interface

[External link image transfer failed. The source site may have an anti-leeching mechanism. It is recommended to save the image and upload it directly (img-ILkjjMIW-1663838581292) (C:/Users/LCBDN/AppData/Roaming/Typora/typora-user-images/ image-20220922165915500.png)]

2.3. When creating a project, be sure to make sure the location of the template is correct!

Insert image description here

2.4 This step can also be taken directly to the next step. It depends on your own situation. It is best to check it. . . .

Insert image description here

2.5 Complete project creation

Insert image description here
Insert image description here

If you don't know the meaning of the structure, you can check it in "Project Structure". . .

3. Demonstration code execution results display

3.1 Result display
Results display

Insert image description here

Goodbye~

Guess you like

Origin blog.csdn.net/qq_24484317/article/details/126996155