Introduction - If you have any usage issues, please Google them yourself
1, import project in MyEclipse, Eclipse of the menu through File → Import → Existing Projects intoWorkspace select the Project 2, created in the MySQL database, using MySQL Control Center implementation of the database directory dbscript.sql database script file to create database SQL statements to create databases and tables and data 3, set the database connection configuration, modify the src directory database.properties file to which the database user name and password set to the actual user name and password 4, the deployment project to Tomcat, run