Car rental management system implemented by Maven+JSP+SSM+Mysql

Project Description

Project source: https://gitee.com/huang_xiao_feng/carrentalsystem

This system is based on the car rental management system realized by Maven+JSP+SSM+Mysql . Simple realization of basic management, system management, business management and statistical analysis.

Difficulty level: medium

technology stack

editor

IntelliJ IDEA 2019.1.1 (Ultimate Edition)

Front-end technology

Basics: html+css+JavaScript

Framework: JQuery + Layui

Backend technology

Spring+SpringMVC+Mybatis

Template Engine: JSP

Database Connection Pool: Druid

Database: mysql 5.7.27 (personal test use)

jdk version: 1.8.0_181 (personal test use)

tomcat version: 8.5.34 (personal test use)

run locally

If in doubt, check out the video version .

1. Download the zip and decompress it directly or install git and execute the clone command

git clone https://gitee.com/huang_xiao_feng/carrentalsystem.git

2. Use idea to open the project and configure maven and jdk.

3. Open Navicat For Mysql, create the carrentalsystem database, and run sql/carrentalsystem.sql .

4. Modify the database-related content in resources\dataconnection.properties .

5. Publish to tomcat, see the tomcat configuration for the specific access link. If it is not modified, http://localhost:8080 is the home page.

Default account: adminDefault
password: 123456

Notice

  • The project does not declare the versions used for mysql, jdk, and tomcat. The above version numbers are all versions used for personal testing.
  • Pay attention to modify the database-related content in the project's complete code resources\dataconnection.properties.

Project screenshot

Log in
Background Home
customer management
vehicle management
vehicle rental
System Management
Statistical Analysis

statement

  • This project is collected in gitee, and I just explain the use of technology, points of attention and start-up methods on my behalf to help everyone learn and communicate.
  • If the project cannot be downloaded through the gitee address or cannot be run normally, you can privately message me and I will assist you for free.

Recommended reading


This article has been included in the personal GitHub repository https://github.com/coderzcr/JavaWeb-Project-Source-Share , welcome to Star.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324149254&siteId=291194637
Recommended