摘 要
随着现代社会的迅猛发展,汽车数量急剧增加,停车问题日益凸显。为解决这一问题,我们开发了一款停车场管理系统。该系统属于典型的信息管理系统,主要功能涵盖场内车辆管理和后台数据库管理两大模块。场内车辆管理细分为出入场管理、收费、用户管理、停车场参数设置、停车场数据管理和系统管理等多个子模块。本文从系统设计和功能实现两个角度,详细阐述了管理系统软件的开发流程。
在技术选型上,我们采用了Spring Boot框架,其以简化Spring应用开发为目的,通过特定的配置方式极大地减少了模板化配置的工作量,并集成了大量框架,解决了项目间包的版本依赖和稳定性问题。系统采用前后端分离和负载均衡技术,提高了运行的稳定性和可靠性。同时,我们使用Vue.js作为前端框架,其轻巧、高性能且易于上手,通过Axios插件实现数据交互和持久化。后端数据库则选择了MySQL,这是一个完全托管的数据库服务,由MySQL原厂开发、管理和提供支持。此外,我们还引入了Echarts图表库,以提供直观、生动的数据可视化图表。
关键词:停车场管理系统,Spring Boot框架,Vue.js框架,MySQL数据库,Echarts图表库
Abstract
With the rapid development of modern society, the number of cars has increased sharply, and the parking problem has become increasingly prominent. To solve this problem, we have developed a parking lot management system. The system belongs to a typical information management system, whose main functions cover two modules: field vehicle management and background database management. The on-site vehicle management is subdivided into several sub-modules, such as access management, charging, user management, parking lot parameter setting, parking lot data management and system management. This paper expounds the development process of management system software from the perspectives of system design and function implementation.
In terms of technical selection, we adopt the Spring Boot framework, which aims to simplify the development of Spring application, greatly reduces the workload of templated configuration through specific configuration methods, and integrates a large number of frameworks to solve the version dependence and stability problems of inter-project packages. The system adopts the front and rear end separation and load balancing technology to improve the operation stability and reliability. At the same time, we use Vue.js as the front-end framework, which is light, high performance and easy to use, enabling data interaction and persistence through the Axios plugin. The backend database selects MySQL, a fully hosted database service, developed, managed, and supported by MySQL Primary Site. In addition, we introduce the Echarts chart library to provide intuitive, vivid visualization of data charts.
Key words: parking lot management system, Spring Boot framework, Vue.js framework, MySQL database, Echarts chart library