# SSM-Ticketing-System **Repository Path**: lcmBlog/SSM-Ticketing-System ## Basic Information - **Project Name**: SSM-Ticketing-System - **Description**: 基于SSM的购票管理系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-19 - **Last Updated**: 2021-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于SSM的简易购票管理系统 主要是利用现阶段所学的知识来做一个小小的案例,巩固一下Spring + SpringMVC + Mybatis的学习。由于是初期的项目作品,功能还有待完善,希望有兴趣的开发者可以多多指教,感兴趣的也可以收藏一下哦! ## 1 项目的技术选型 (1)开发语言:JAVA (2)后端框架:Spring 、 SpringMVC 、 Mybatis (3)前端UI:AdminLTE 、 Semantic UI (4)数据库:Mysql (5)服务器:Tomcat 8.5.45 ## 2 项目演示示例图 ### 2-1 登录与注册 (1)登录页 ![loginPage](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/loginPage.PNG) (2)注册页 ![registerPage](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/registerPage.PNG) ### 2-2 管理端操作界面 (1)管理员主界面 ![adminIndex](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/adminIndex.PNG) #### 2-2-1 车辆管理 (1)新增车辆 ![addCar](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/addCar.PNG) (2)查询车辆 ![adminIndex](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/searchCar.PNG) (3)统计车辆 ![countCar](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/countCar.PNG) (4)车辆详情信息 ![carImformation](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/carImformation.PNG) (5)修改车辆信息 ![updateCar](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/updateCar.PNG) #### 2-2-2 用户管理 (1)查询用户 ![searchUser](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/searchUser.PNG) (2)统计用户 ![countUser](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/countUser.PNG) (3)修改用户 ![updateUser](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/user/updateUser.PNG) #### 2-2-3 订单统计 ![countOrder](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/admin/countOrder.PNG) ### 2-3 用户端操作界面 (1)用户主界面 ![userIndex](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/user/userIndex.PNG) (2)查询车辆 & 订票 ![bookingTicket](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/user/bookingTicket.PNG) (3)用户个人资料 ![userImformation](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/user/userImformation.PNG) (4)用户资料修改 ![updateUser](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/user/updateUser.PNG) (5)用户订单 ![userOrder](https://github.com/LcmBlog/SSM-Ticketing-System/blob/master/project_presentation_images/user/userOrder.PNG)