SSM graduation project - SSM-based movie theater online ticketing system (including source code + thesis)


1 Project Introduction

Hi, everyone, this is Ms. M!

Today I would like to share with you a newly completed graduation design project this year (2022), [SSM-based cinema online ticketing system]

The senior sisters grade the project according to the difficulty and level of the realization (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary instructions for interface beautification: using vue can basically reach 5 points

This project will be completed in June 2022, including content: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master


2 to achieve the effect

Video address: https://www.bilibili.com/video/BV1sf4y1d7p1

2.1 Interface display

  • User login interface

insert image description here

  • Confirm order interface

insert image description here

  • User Management Interface

insert image description here

  • Coming Soon Admin Interface

insert image description here

3 design scheme

3.1 Overview

Using the SSM framework as the development technology, a movie theater ticketing website has been implemented. The main users of the movie theater ticketing website are divided into administrators; home page, personal center, user management, movie type management, theater management, current show management, upcoming show management, system management, order management, user front desk; home page, now showing, Coming soon, movie information, personal center, background management, customer service and other functions. Through the design of these functional modules, the process of the entire movie theater ticketing website is basically realized.

Specifically, in terms of system design, the B/S structure is adopted. At the same time, the SSM framework is also used to design on the dynamic page, and the Mysql database is used in the background. It is a very good movie theater ticketing website.

3.2 Development environment

  • Development language: Java
  • Framework: ssm
  • JDK version: JDK1.8
  • Server: tomcat7
  • Database: mysql 5.7 (must be version 5.7)
  • Database tool: Navicat11
  • Development software: eclipse/myeclipse/idea
  • Maven package: Maven3.3.9

3.3 System flow

3.3.1 System development process

When developing a movie theater ticketing website, firstly analyze the needs, and then carry out the overall design and planning of the system, design the system function modules, select the database, etc.

insert image description here

3.3.2 User login process

In order to ensure the security of the system, if you want to use this system to manage system information, you must log in to the system first.

insert image description here

3.3.3 System operation process

After the user opens and enters the system, the login interface will be displayed first, enter the correct user name and password, and the system will automatically detect the information. If the information is correct, the user will enter the system function interface and perform operations, otherwise it will prompt an error and cannot log in.
insert image description here

3.4 System structure design

The system architecture diagram belongs to the system design stage. The system architecture diagram is only a product of this stage. The overall architecture of the system determines the mode of the entire system and is the basis of the system.

insert image description here

4 Item Acquisition

This project will be completed in June 2022, including content: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master

Guess you like

Origin blog.csdn.net/bee_dc/article/details/128040845