# 车辆违章管理系统后台
**Repository Path**: Luo-Kai97/Car-Violation-02
## Basic Information
- **Project Name**: 车辆违章管理系统后台
- **Description**: 管理车辆违章信息
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 0
- **Created**: 2021-09-09
- **Last Updated**: 2024-03-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Salary System 🚀 车辆违章管理系统后台
## 🧐 介绍
本项目是基于[erupt](https://gitee.com/erupt/erupt) 的车辆违章管理系统的后台
## 🥏 架构说明
```lua
edu.hniu.lk
├── model -- 核心功能模块
| ├── UserInfoModel-- 用户管理模块基础类
| ├── RoleInfoModel-- 角色管理模块基础类
| ├── PowerModel-- 权限管理模块基础类
| |—— DriverModel-- 驾驶员管理模块基础类
| |—— CarModel-- 汽车管理模块基础类
| |—— ViolationModel-- 违章管理模块基础类
| |—— MessageModel-- 留言回复模块基础类
| |—— NoticeModel-- 发布公告模块基础类
|—— service -- 服务模块
| |—— QiniuOosProxy-- 自定义七牛云文件上传
└── CarViolationApplication -- 项目启动类
```
## 🌈 安装教程
1. 新建库后导入sql文件
2. 修改application.properties配置文件
3. 运行CarViolationApplication 启动类
## 📟 演示截图
没有 自己看去吧
## 🌕 在线体验
演示地址:[http://lk-yyds.xyz](http://lk-yyds.xyz:8080/#/passport/login)