The java completion project is open source, springboot+vue's intelligent parking management system

1. Project Introduction

Intelligent parking lot management platform! Scientific billing Flexible switching of various billing schemes, applicable to shopping malls, residential areas, parking lots and other scenarios! Unattended cloud control realizes the autonomous entry and exit of vehicles in the no-post mode, reducing labor costs!

2.1 Function

System management: role management, interface management, system menu, global configuration
Account management: user management, cooperative units
System monitoring: large screen monitoring, log monitoring
Financial management: order list
Parking records: parking records
Vehicle management: vehicle management
License plate recognition: license plate Identify
Parking lot management: Parking lot management

2.2 Technology stack

Using JDK1.8, Maven, Mysql, IntelliJ IDEA, payCloud, easy to build, only rely on jdk and mysql.

2. Function introduction

2.1 System Management

Used to manage system information such as menus and users.
insert image description here
insert image description here

2.2 User Management

Used to manage users and organizations using the system.
insert image description here
insert image description here

2.3 Parking lot management

Used to manage parking lots using the system.
insert image description here

2.4 Vehicle Management

It is used for unified management of VIP vehicles and monthly subscription vehicles. There is no extra charge for this type of vehicles entering the parking lot.
insert image description here

2.5 Scanning Vehicles and Parking Records

Simulate the function of scanning the license plate in the license plate recognition module, and write the scanned vehicle data into the parking record, scan again for the vehicle to leave the factory, and charge according to the time. Reference: https://gitee.com/52itstyle/smart-parking
insert image description here
insert image description here

3. Project construction

Modify the database script of application-dev.properties.
insert image description here
Just start it.
insert image description here
Front desk address: localhost:8080 Account password: admin/admin

Please pay attention to the official account below to reply to the intelligent parking management system to obtain the source code. You can also get thousands of e-books, 2000g learning videos and nearly a hundred sets of complete source codes.

Guess you like

Origin blog.csdn.net/qq_20143059/article/details/122409192