摘 要
随着网络技术的发展、计算机应用水平的提高的扩大,原来系统的时效性、数据的正确性、操作的方便性上都存在不足,已影响到系统的正常使用。经过考察比较,决定利用自己的力量对智能化图书查询系统重新设计,使系统能利用软件开发技术的成果,方便图书的管理。
智能化图书查询系统是典型的信息管理系统,本文系统地介绍了智能化图书管理系统开发所需要用到的技术,和设计中遇到的问题及解决方法以及提高当前应用程序的工作性能。 利用各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后对初始原型系统进行需求迭代,不断修正和改进,直到形成用完整的可行系统。 本次毕业设计利用IDEA开发工具和MYSQL数据库来开发这个智能化图书查询系统,使用SpringBoot 2.3结构框架,前端用到了Thymeleaf、Layui、Ajax、JQuery,后端用到了springboot , mybatis,图书管理系统的基本功能需求包括:读者管理、图书管理、借阅管理、用户登录与用户管理等;其它功能需求包括:读者查询与预约借书、统计与报表、数据备份、书架管理、期刊管理、期刊借阅、论文管理、论文借阅等。
关键词: SpringBoot 2.3;图书管理;管理系统;Java;MySQL
Abstract
With the development of network technology and the improvement of computer application level, the timeliness of the original system, the data correctness and the convenience of operation are insufficient, which has affected the normal use of the system.After investigation and comparison, it is decided to use its own power to redesign the intelligent book query system, so that the system can use the achievements of software development technology and facilitate the management of books.Intelligent book query system is a typical information management system.
This paper systematically introduces the technologies needed for the development of intelligent book management system, the problems and solutions encountered in the design, and improves the work performance of the current application.Using a variety of object-oriented development tools, the system application prototype is established first in a short time, and then the demand iteration of the initial prototype system is constantly corrected and improved until a complete viable system is formed.
The graduation design uses the IDEA development tool and the MYSQL database to develop this intelligent book query system, Using the SpringBoot 2.3 structural framework, The front-end is used in Thymeleaf, Layui, Ajax, JQuery, The springboot was used at the back end, mybatis, The basic function needs of the book management system include: reader management, book management, borrowing management, user login and user management, etc.; Other functional requirements include: reader inquiry and appointment of book borrowing, statistics and reports, data backup, bookshelf management, journal management, journal borrowing, paper management, paper borrowing, etc.
Key words: SpringBoot 2.3; book management; management system; Java; MySQL
目录
摘 要 I
Abstract II
一·、毕设设计题目 1
二、毕设设计目的 1
三、需求概述 1
四、设计准备 1
系统准备 1
知识准备 1
迭代式开发 1
技术栈 2
五、系统分析与设计 3
系统功能分析 3
数据库分析与设计 3
概念模型:ER图 4
数据模型:表结构 4
三层架构 8
基于B/S的三层mvc架构 8
类与页面的设计 9
前端设计 9
后端设计 10
六、系统实现 16
数据库实现(sql)脚本 16
程序界面 18
登录界面 18
管理员页面 18
用户界面 22
七、总结 25
毕设设计小结 25