Now that there is a SPRINGMVC project to develop, the following software needs to be installed first.
1. Install the JDK to configure its environment and install eclipse;
2. Install MAVEN and configure Maven in eclipse;
3. Install Tetty plugin inside eclipse;
4, installation of mysql-installer-community-5.6.10.1 and Navicatmysqlfront;
5, import SQL file in Navicatmysqlfront;
Name Explanation:
The JDK is the Java Development Kit.
Eclipse is a software tool used by the IDE to develop Java programs.
MAVEN is a project management tool, program building capability, and project management.
Tetty is a webserver/servlet container, jetty more to meet the needs of the public cloud's distributed environment, while Tomcat is more compliant with enterprise-class environments.
MySQL is a relational database management system.
Navicatmysqlfront is the MySQL database Graphics management tool.
Learn Java Web (i): Install Eclipse and Tetty, MySQL