Supermarket order management system
This project is based on javaWeb+jsp+Mysql+Tomcat+frontend.
Tutorial: The Crazy God Said: JavaWeb
Development Environment
- IDEA v2020.1.3
- Tomcat v10.0.22
- Maven v3.6.3
- Mysql v5.7.20
- git v2.35.1
Study record
- 2022-7-5 The entity class of the project that the environment configuration successfully completes
- 2022-7-6 Complete login and cancel function, Chinese garbled Filter, and prohibit access to internal page SysFilter without logging in
- 2022-7-8 Complete the password modification function
- 2022-7-10 Complete the query, paging and jump functions of the user management page
- 2022-7-11 Complete order management page query and user login password verification
- 2022-7-13 Complete the function of deleting users and querying user information on the user management page
- 2022-7-13 Problem: Modify the user jump page and the page that jumps is blank, the function of adding the user cannot be submitted, and the user role box is not displayed. To be solved, there is no problem with unit testing, and there may be front-end and back-end interaction problems! ! !
other
- The Tomcat used by the Mad God explains v9. This project uses Tomcat10. If Maven's dependencies and tutorials are different, please pay attention.
- The Mysql table creation statements required by the project are stored in src/resources
- When both the maven configuration and the maven repository have jdbc drivers, tomcat reported an error after running. The solution adds jdbc driver jar package in the lib directory of tomcat