Related software:
Intellij Idea14: pan.baidu.com/s/1nu16VyD
JDK7: pan.baidu.com/s/1dEstJ5f
Tomcat (apache-tomcat-6.0.43): pan.baidu.com/s/1kUwReQF
Spring 3.x: pan.baidu.com/s/1o7i8daM
There are two ways to create a Spring project. The first is to use Idea's own function of creating a Spring project, and the second is to add the jar package yourself to create a Spring project.
Here we will first explain the first method:
1. File -> New Project-> -> Select "Spring MVC" -> Enter Project name: "springwebdemo_1" - >Select SDK, here is 1.7 -> Select Tomcat and find the Tomcat decompression file.
2. After creation, IDEA will automatically use the Maven function to download the required jar package. The project structure is as follows:
3. Configure the Tomcat server and add the newly built spring project. Confirm to start.
Run successfully~~
##
The above is the detailed content of Intellij IDEA steps to quickly create a Spring Web project (picture). For more information, please follow other related articles on the PHP Chinese website!