Javaweb book borrowing management system
Source code download address: http://www.manoncode.cn/details?id=46
Framework: jsp+javabean+mysql+tomcat Reader: Log in and register, query and borrow books, query borrow history, return books, personal information modification administrator: add, delete, modify and check books, and delete and modify readers, and query all borrowing records.


Screenshot of administrator running: 


Reader screenshot: 




Steps to run the project:
1. After the project is imported locally, a red exclamation mark may appear. Right-click the project properties and select java build path to modify the configuration of the corresponding red cross.
2. Import the sql file into the local database
3. Modify the local database connection in Mysql_con under sql_con
4. Right-click the project to run