Graduation project - campus meal ordering system source code + database based on SSM

1. Function realization

1. Frontend module

  • The main functions of the front desk are: user registration, user login, my shopping cart, my order, product reviews, campus information

2. Backend module

  • The main functions of the backend include: user management, product management, order management, comment management, information management, etc.

2. Technology selection

2.1 Backend technology selection

  • SpringBoot(Spring、SpringMVC)
  • MyBatis
  • Thymeleaf

2.2 Front-end technology selection

  • Layui
  • jQuery

2.3 Development environment

  • Operating system: Windows 10
  • Programming language: Java 8
  • Development tools: IDEA, Navicat
  • Project build: Maven 3.3.9
  • Server: Tomcat 8.5
  • Database: MySQL

2.4 Deployment environment

  • Operating system: CentOS 7.4
  • Programming language: Java 8
  • Server: Tomcat 8.5, Nginx 1.12.2
  • Database: MySQL, Redis

3. Deployment steps

  1. Import the project into the Idea development tool
  2. mysql creates a new database singer, copies the sql table creation statement and executes the import
  3. Modify the \src\main\resources\jdbc.properties database configuration file in the source code, modify lines 1-3, and configure it as the local database address.
  4. Put the project into the tomcat container and start the project
  5. Browser access address Front-end access path: http://localhost:8080/fore/foreIndex  Login account: Zhang Xin Login password: 795200 Back-end access address: http://localhost:8080/login  Login account: admin Login password: 795200

4. System Demonstration

Administrator: 1. Log in 

Enter image description

2.Homepage 

Enter image description

 3.User management 

Enter image description

 4. Product list 

Enter image description

 5. Product classification management 

Enter image description

 6.Comment list 

Enter image description

 7. Order list 

Enter image description

 8. Role management 

Enter image description

 9.Permission management 

Enter image description

 10.Administrator list 

Enter image description

 11. Information list 

Enter image description

 User: 1. Front page 

Enter image description

 2.Register 

Enter image description

 3.Log in 

Enter image description

 4. Log in to the home page 

Enter image description

 5.My order 

Enter image description

 6.My shopping cart 

Enter image description

 7. Frequently Asked Questions 

Enter image description

 8. Product details 

Enter image description

 9.Campus information 

Enter image description

Guess you like

Origin blog.csdn.net/tianqiquan/article/details/133324660