Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

20 lines (20 loc) · 1.28 KB

图书管理系统

基于Spring+Spring MVC(Maven方式构建)

Build Status

系统简介

本图书管理系统基于spring,spring mvc,数据库为mysql。前端使用了Bootstrap。

系统功能

该系统实现读者和管理员登陆,图书的增删改查,读者的增删改查,借还图书,密码修改,卡号挂失,超期提醒等功能。

如何使用

  1. git clone https://github.com/withstars/Books-Management-System
    cd Books-Management-System
  2. 导入并配置数据库.
  3. 下载依赖,启动Jetty服务,默认端口号9000.
  4. 进入 http://localhost:9000

项目截图