First, download sts (Spring Tool Suite)
Official address: Http://spring.io/tools/sts
Download the latest version of spring Tool suite for Mac. This IDE is pretty good, where the spring plugin is already configured. Download unzip (must be in English directory), run Sts.app directly.
Ii. Building the spring MVC structure directory
1. Select New-dynamic Web Project
Project name (Type the project names must also be in English)
Dynamic Web Module version-3.1
Other options are default.
2. Import Package
Create a new folder "Lib" under the Web-inf directory
Drop Spring4, tomcat in the package copied to Lib (I use the Spring4)
Package Name (*. Release as version number): Commons-logging-*.jar;
Spring-aop-*.jar;
Spring-beans-*.jar;
Spring-context-*.jar;
Spring-core-*.jar;
Spring-expression-*.jar;
Spring-web-*.jar;
Spring-webmvc-*.jar;
3. Create Web. xml
Create the Web. xml file under the Web-inf directory, the file name must be Web. Xml.
MAC OS X El CAPITAN Build Spring MVC (1)-Directory, package name, create Web. xml