Initial commit

This commit is contained in:
kohler 2023-04-26 13:46:21 +00:00
commit 6da18a2925
2 changed files with 12 additions and 0 deletions

9
LICENSE Normal file
View File

@ -0,0 +1,9 @@
MIT License
Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# JAVAEE-based-parking-management-system
如今我国现代化发展迅速人口比例急剧上升在一些大型的商场显得就格外拥挤私家车的数量越来越多商场停车难得问题凸显对于停车场的合理利用有助于缓解用户停车压力鉴于这样的背景初步设定系统功能主要包括用户信息管理违规车辆信息管理刷卡停车牌管理停车位信息管理停车计费信息查看管理等功能模块。本系统采用JAVAEE开发形式利用数据库来完成数据存储功能运用了B/S形式的开发模式严格按照了软件工程的开发模式进行开发保证系统的良好运行。