• This repository has been archived on 19/Sep/2019
  • Stars
    star
    1,135
  • Rank 40,864 (Top 0.9 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

图书管理系统( Spring+Spring MVC+JdbcTemplate)

图书管理系统

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

Build Status Hex.pm

项目简介

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

系统功能

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

如何使用

$ git clone https://github.com/withstars/Books-Management-System

$ cd Books-Management-System

$ mvn clean compile

$ mvn clean package

$ mvn clean install

$ mvn jetty:run

http://localhost:9000

说明

  1. 如果使用该项目出现问题,请联系我 [email protected]
  2. 如果该项目对您有帮助,请star鼓励我

下一步:整合MyBatis 个人博客系统

https://github.com/withstars/Blog-System

本项目截图