基于 SpringBoot 的租车后台系统设计与实现 Design and Implementation of Car Rental Background System Based on SpringBoot摘 要本论文为了解决租车公司操作繁琐及员工管理的问题,以管理系统为研究对象,基于 SpringBoot、Mybatis 框架,设计与实现一款 B/S 结构系统,便于租车公司员工对租车收车的操作,以及租车公司高管对下属的管理及下属行为的审计。本系统基于 MVC 设计模式,选择 MySQL 这种关系型数据库来存储车辆信息,员工信息,车辆信息,出租单信息,检测单信息,员工登录信息,员工间的聊天信息,工时信息,系统通知信息。开发工具为 IDEA2019,使得此系统具有更高的扩展性,易维护性,可跨平台运行。采用 SpringBoot 内置 TOMCAT 作为该系统的 WEB 应用服务器。围绕高级用户如经理与普通用户如店员多种角色对系统的使用,主要用途为店员对汽车出库入库的操作,客户信息的录入与删除,车辆信息的录入与删除,出租单的导出,完成交易操作。高级用户对信息的发布,工时的审核,业务的查询,员工权限的分配。对这些功能进行具体实现。关键词:租车;SpringBoot;Mybatis;MySQL;B/S 结构;交易操作。广东东软学院本科毕业设计(论文)AbstractIn order to solve the problem of tedious operation and employee management of the car rental company, this paper takes the management system as the research object and designs and implements a B / S structure system based on the SpringBoot and Mybatis frameworks. Car rental company executives' management of subordinates and audit of their behavior. This system is based on the MVC design pattern. A relational database such as MySQL is selected to store vehicle information, employee information, vehicle information, rental order information, detection order information, employee login information, chat information between employees, working hours information, and system notification information. The development tool is IDEA2019, which makes this system have higher scalability, easy maintenance, and can run across platforms. Use SpringBoot's built-in T...