资料详情

基于Spring Boot的物流信息管理系统的设计与实现 毕业论文+审题表+任务书+开题报告

头像

JAVA/JSP

编号:337

摘        要

电商行业的兴起也带动了物流行业的发展,对于物流行业的需求也变多了。然而传统物流行业要依赖人工,导致工作效率低、数据容易出错等问题。

本文拟研发一个物流信息管理系统,采用B/S架构作为客户端服务器之间的组织结构形式,保证所有用户能方便访问该系统。项目的构建则选择了现在主流的Web开发框架Spring Boot来构建项目,采用传统Java Web服务器的三层架构,Web层用Spring MVC,数据库选择MySQL,DAO层用Spring Data JPA框架来编写,加上Spring Security来做权限控制。该项目是前后端分离,前端项目使用Node.js构建项目,主要框架是Angular,搭配ng-zorro和ng-alain两个组件库。最后完成的系统可以完成处理快递信息的任务,系统管理员可以管理员工,用户和网点,网点之间可以完成快递收发件的管理,快递员可以完成的揽件,派件等业务的信息管理,用户可以看到最新的物流信息,知道自己寄件和收件的信息,提高快递公司的业务效率。

关键词:Java Web  MySQL  Spring Boot  Angular  Spring Security


Abstract

The rise of the e-commerce industry has also driven the development of the logistics industry, and the demand for the logistics industry has become more. However, the traditional logistics industry relies on labor, which leads to problems such as low work efficiency and error-prone data.

This paper aims to develop a logistics information management system, using B/S structure as the organizational structure between the client and server, to ensure that all users can easily access the system. Spring Boot, the mainstream Web development framework, is chosen for the construction of the project. The three-tier architecture of traditional Java Web server is adopted. Spring MVC is used for the Web layer, MySQL is selected for the database, and Spring Data JPA framework is used for the DAO layer, and Spring Security is added for the permission control. The front-end project uses Node.js to build the project. The main framework is Angular, with ng-Zorro and ng-Alain component libraries. Finally finished processing express information system can complete the tasks, the system administrator can manage the staff, user and network, network management, can complete the Courier transceiver between Courier can complete the LAN, send a business such as information management, users can see the latest logistics information, know your sent item and receipt of information, improve the business efficiency of express company.

Key words: Java Web; MySQL; Spring Boot; Angular; Spring Security


目        录

1 前言

1.1 研究目的与意义

1.2 研究现状

1.3 论文结构

2 可行性分析

2.1 经济可行性

2.2 操作可行性

2.3 技术可行性

2.4 法律可行性

2.5 可行性分析结论

3 系统需求分析

3.1 需求分析概述

3.2 基本账号需求

3.3 用户角色需求

3.4 快递员角色需求

3.5 网点管理员角色需求

3.6 系统管理员角色需求

4 概要设计

4.1 系统结构设计

4.2 功能模块设计

4.2.1 登录模块

4.2.2 网点管理模块

4.2.3 快件管理模块

4.2.4 人员管理模块

4.2.5 基础数据模块

4.2.6 统计中心模块

4.3 数据库设计

4.4 数据库表设计

5 详细设计

5.1 登录模块

5.2 网点管理模块

5.3 快件管理模块

5.4 人员管理模块

5.5 基础数据模块

5.6 统计中心模块

6 系统实现

6.1 软件开发说明

6.1.1 开发框架介绍

6.2 操作系统界面和功能实现

6.2.1 基本账号功能

6.2.2 用户角色功能

6.2.3 快递员角色功能

6.2.4 网点管理员角色功能

6.2.5 系统管理员角色功能

7 结语

参考文献

致谢