
沈阳工程学院
本科毕业设计论文
基于 Spring Boot 在线网络小说阅读网站
An online online novel reading website based
on Spring Boot
学 院:
信息学院
专 业:
计算机科学与技术
班 级:
学生姓名:
学生学号:
指导教师:
姜柳

沈阳工程学院学位论文独创性声明
作者郑重声明:所呈交的学位论文,是本人在导师的指导下进行研究
工作所取得的成果。尽我所知,除文中已经注明引用内容和致谢的地方外,
本论文不包含其他个人或集体已经发表的研究成果,也不包含其他已申请
学位或其他用途使用过的成果。与我一同工作的同志对本研究所做的贡献
均已在论文中做了明确的说明并表示了谢意。
若有不实之处,本人愿意承担相关法律责任。
学位论文题目: 基于 Spring Boot 在线网络小说阅读网站
作 者 签 名 : 日期: 年 月 日

沈阳工程学院学位论文版权使用授权书
本人完全了解学校有关学位论文知识产权的规定,在校攻读学位期间
论文工作的知识产权属于沈阳工程学院,允许论文被查阅和借阅。学校有
权保留论文并向国家有关部门或机构送交论文的复印件和电子版,可以将
本学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、
缩印、或扫描等复制手段保存和汇编本学位论文。
学位论文题目:基于 Spring Boot 在线网络小说阅读网站
作 者 签 名 : 日期: 年 月 日
导 师 签 名 : 日期: 年 月 日

沈阳工程学院毕业设计(论文) 摘
要
- I -
摘 要
在互联网技术深度整合与移动设备大量普及的时代浪潮里,网络文学市场显露出有力
的发展势头,结合中国互联网络信息中心最新统计资料,到 2024 年这个时间点,我国网
络文学用户规模已跨过 5 亿这个大关,占据网民总数的 51.9%,传统仅用单一终端的网络
小说阅读模式,已难以契合用户在碎片化场景中的多元化阅读需求,以及网络文学创作者
对作品高效管理的诉求,基于此背景,开发把网站与微信小程序整合的在线网络小说阅读
平台,成为带动网络文学产业升级、增进用户阅读体验的关键目标。
本课题采用 Uni - app 开展开发事宜,前端借助 Vu.s 框架完成页面布局、交互设计与
数据的绑定,后端采用 Java 语言和 Spring Boot 框架组合,还把 MySQL 数据库当作数据存
储的依靠,依靠这些技术,实现出小说资源信息展示、用户登录注册、小说订购、作家创
作等功能,构建出一个功能较为健全的在线网络小说阅读平台。
该平台已经把基础功能实现好,且通过了初步测试,但在性能优化和个性化服务方面
依然有提升的空间,处于系统高并发场景中,系统响应速度有一定下降,一些接口出现了
超时现象;个性化推荐功能的精准水平有待提高,计划采用 Redis 缓存技术加快系统响应
速度,采用大数据开展用户阅读行为分析,且结合深度学习算法对推荐模型予以优化,进
一步增进平台性能及用户的体验,推动在线网络小说阅读平台往智能化、高效化方向进步。
关键词 在线网络小说阅读网站,Uni - app,Spring Boot,Vue.js

沈阳工程学院毕业设计(论文) Abstract
- II -
Abstract
Under the era wave of the deep integration of Internet technology and the wide popularity
of mobile devices, the online literature market shows a strong development momentum.
According to the latest statistics from the China Internet Society, as of 2024, the number of
online literature users in China has exceeded 500 million, accounting for 51.9% of the total
number of Internet users. The traditional single-terminal online novel reading mode has been
difficult to meet the diversified reading needs of users in fragmented scenarios and the demands
of online literature creators for efficient management of their works. Against this background,
developing an online novel reading platform integrating websites and wechat mini-programs has
become a key measure to promote the upgrading of the online literature industry and enhance the
reading experience of users.
This project is developed using Uni-app. The front end realizes page layout, interaction
design and data binding with the help of the Vue.js framework. The back end uses the Java
language combined with the Spring Boot framework and uses the MySQL database as the data
storage support. Through these technologies, functions such as the display of novel resource
information, user login and registration, novel ordering, and writer creation have been realized,
and an online online novel reading platform with relatively complete functions has been
constructed.
At present, although the platform has realized the basic functions and passed the initial tests,
there is still room for improvement in terms of performance optimization and personalized
services. In high-concurrency scenarios, the system response speed has decreased, and some
interfaces have timeout phenomena. The accuracy of the personalized recommendation function
needs to be improved. In the future, it is planned to introduce Redis caching technology to
enhance the system response speed, adopt big data to analyze users' reading behaviors, and
combine deep learning algorithms to optimize the recommendation model, further improving the
performance and user experience of the platform, and promoting the development of the online
online novel reading platform towards intelligence and efficiency.
Key Words Online online novel reading websites, Uni-app, Spring Boot, Vue.js