A simple attendance system built by JSP+Servlet+JDBC+MySQL+Bootstrap+Maven
| Table of contents | effect |
|---|---|
| src | Store source code and resource files |
| target | The target file generated by the project |
| web | WEB-INF directory and web.xml file storage location |
All Java source codes are in the java directory, resources store resource files, test source codes are in the test directory, and webapp is in the jsp page and front-end resources
Store all java source code, the basic package name is com.st
Including operations such as adding, deleting, modifying and checking Log
Including operations such as adding, deleting, modifying and checking User
Admin login filter, when the administrator is not logged in, it will be redirected to admin/login.jsp, which has not been implemented yet .
Chinese garbled filter
User login filter, when the user is not logged in, it will be redirected to login.jsp,
Add log, implemented
The administrator logs into the Servlet, if there is a bug, style.css will be redirected
Delete log, not implemented
Export log, not implemented
Query all logs according to user id to achieve
User login according to id and password to achieve
Encapsulated database tools,
Export excel tool, not implemented
Store the resource directory, the attend.sql under it is a SQL statement
WEB-INF stores web.xml, js stores js files, css stores css files
Store all the test source code, and the registration corresponds to the package name under the java directory under main
Store the resource files for testing