摘 要
电商行业的兴起也带动了物流行业的发展,对于物流行业的需求也变多了。然而传统物流行业要依赖人工,导致工作效率低、数据容易出错等问题。
本文拟研发一个物流信息管理系统,采用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