This instance is a dormitory management system implemented by Java+JSP. The system is divided into three roles, which are dormitory administrators, dormitory maintenance staff, students, and each character. Video+picture)
Video DEMO download address: wisdomdd.cn
The source code in the
video can click [Download Example] to download, environmental configuration: MyEclipse + MySQL + MySQL Client (SQLYOG) + JDK1.7 + Tomcat7
Tool download, please click:http://www.wisdomdd.cn/Wisdom/category/getAllCategoryFile.htm
execute database script (database is MySQL)
project configuration
Modify the user name and password connecting MySQL in DBUTIL.JAVA (see the figure below)
After the
project is started, there are three roles in the background: dormitory administrator, dormitory maintenance personnel, students
dormitory administrator background
http://localhost:8080/Classroom/AdminLogin/login.jsp
http://localhost:8080/Classroom/AdminLogin/main.html
Student backstage
http://localhost:8080/Classroom/Studentlogin/login.jsp
http://localhost:8080/Classroom/Studentlogin/main.html
Maintenance personnel
http://localhost:8080/Classroom/ServicemanLogin/login.jsp
http://localhost:8080/Classroom/ServicemanLogin/main.html