Due to the high cost of APP software development and operation, and the user's mobile phone needs to install various APP software, it takes up too much mobile phone storage space of the user, causing the user's mobile phone to run slowly, the experience is relatively poor, and the user will uninstall Non-essential APPs force managers to change their operating strategies. With the emergence of WeChat mini-programs, the pain point that users cannot access content from non-independent APPs has been solved, so many APP software have turned to WeChat mini-programs. In this project, the WeChat applet technology was used to develop an automobile maintenance system applet.
The car maintenance system applet uses the WeChat developer tool to develop the user front end, uses the SSM framework and the Java language to develop the administrator backend, and uses Mysql to create a data table to save the data generated by the system. The system can provide information display and corresponding services. Its administrator manages the store and its corresponding employees, manages maintenance information and auto parts information, and manages orders in various states. Users purchase and pay for car maintenance products and car accessories, review stores and maintenance products and car accessories, and manage shopping carts and orders.
In short, the car maintenance system applet can make it more convenient for users to purchase car maintenance products and car accessories. Key Words:Car maintenance system applet; WeChat developer tool; SSM framework 目 录 第1章 绪论1
1.1 课题配景1
1.2 课题意义1
1.3 研究内容1 第2章开辟环境与技术3
2.1 MYSQL数据库3
2.2 JSP技术3
2.3 SSM框架4
2.4 微信开辟者工具4 第3章 系统分析6
3.1 可行性分析6
3.1.1 技术可行性6
3.1.2 经济可行性6
3.1.3 操作可行性6
3.2 系统流程7
3.2.1 操作流程7
3.2.2 登录流程7
3.2.3 删除信息流程8
3.2.4 添加信息流程9
3.3 性能需求9
3.4 功能需求10 第4章系统设计13
4.1 设计原则13
4.2 功能结构设计13
4.3 数据库设计14
4.3.1 数据库概念设计15
4.3.2 数据库物理设计17 第5章系统实现22
5.1 管理员功能实现22
5.1.1 门店信息管理22
5.1.2 员工信息管理22
5.1.3 保养信息管理23
5.1.4 已支付订单23
5.1.5 配件信息管理24
5.2 用户功能实现24
5.2.1 门店信息24
5.2.2 保养信息25
5.2.3 配件信息26
5.2.4 购物车27
5.2.5 我的订单28 第6章 系统测试30
6.1 功能测试30
6.1.1 发布品评功能测试30
6.1.2 提交订单功能测试32
6.2 测试结果34 结 论35 致谢36 参考文献37
第1章 绪论