摘 要
随着经济的发展,人们对平时饮用水质量的要求也有所提升,由此出现了安全健康而且方便的桶装水,用户只需向相关门店订购桶装水即可自动送货上门。随着订单需求的增加,不同订单的配送位置又不同,人工分配订单的配送不仅要增加人工的成本,而且人工安排订单的配送也容易出差错导致配送不及时。
本论文采用基于Spring Boot的SSM框架开发一个功能完善的桶装水配送系统,利用Ajax、WebSocket等技术实现了简洁的功能界面,能够及时响应用户的下单请求和配送员的订单分配,在自动分配配送订单的同时能够自动规划最佳配送路线辅助配送员进行订单配送,并提供了直观展示指定时间内的财务支出状况相关功能。
关键词:桶装水管理系统 订单分配 Spring Boot MySQL
Abstract
With the development of the economy, people's living standards are getting better and better, and the requirements for ordinary drinking water quality have also been raised. As a result, safe, healthy and convenient drinking water-barreled water has emerged. Just order the bottled water from the relevant store and it will be delivered to you automatically. With the increase of order demand, the delivery locations of different orders are different. The manual distribution of orders not only increases the cost of labor, but also manually arranges the delivery of orders.
This thesis intends to develop a barrel water management system with simple functions and simple interface, which can automatically plan the optimal distribution route while assisting the distribution staff in order to distribute the orders automatically, and visually display the financial expenditure status within a specified time. The server of this system is based on Spring Boot's SSM framework, and uses technologies such as Ajax and WebSocket to respond to the user's order request and the dispatcher's order allocation in time.
Key words: Barreled Water Management System; Order allocation; Spring Boot; MySQL
目录
1 前言
1.1 研究目的与意义
1.2 研究现状
1.3 论文结构
2 可行性分析
2.1 技术可行性
2.2 经济可行性
2.3 法律可行性
2.4 可行性分析结论
3 系统需求分析
3.1 用户需求分析
3.2 系统功能需求分析
4 概要设计
4.1 系统结构设计
4.2 功能模块设计
4.3 数据库设计
5 详细设计
5.1 用户端详细设计
5.2 配送端详细设计
5.3 管理端详细设计
5.4 WebSocket实现模块设计
6 系统实现
6.1 登录界面实现
6.2 用户端界面实现
6.3 配送端界面实现
6.4 管理员端界面实现
7 结语
参考文献
致谢