/ParkingSystem

停车场管理系统

Primary LanguageJava

ParkingSystem

badge badge badge

基于SpringBoot(SSM)的停车场管理系统。

Compile & Install

编译及部署:

git clone https://github.com/Season0518/JavaCourseDesign.git .
mvn compile

若重新编译前端页面请切换分支至frontend,按Readme.md中的步骤进行编译。

Usage

在使用前请先将src/resources/schema.sql导入进MySQL,否则项目无法正常启动。

启动项目:

export DB_PASSWORD={YourPassword}
java -jar target/ParkingSystem-0.0.1-SNAPSHOT.jar

其中需将{YourPassword}替换为你数据库中root用户的密码。

License

MIT © Season0518