# 基于SpringBoot+jQuery的影视网站 **Repository Path**: WholeDevelopmentOfTheStack/television ## Basic Information - **Project Name**: 基于SpringBoot+jQuery的影视网站 - **Description**: 基于SpringBoot+jQuery的影视网站,如果有意见,欢迎关注我的公众号:全栈开发Dream 或者 加我qq:1964189632,一起讨论。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 47 - **Forks**: 3 - **Created**: 2021-05-16 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, JavaScript, HTML ## README

基于SpringBoot + jQuery的影视网站

star fork

## 前言 该影视网站 意在开源,希望对刚接触前端或者后端的一些同学能够有所帮助,这个网站做的时候考虑的情况不是很全面,希望大家一起学习,给予宝贵的意见,同时我也希望各位小伙伴能够给这个影视网站项目多多 **Star**支持,您的**点赞**就是我维护、坚持的动力! ## 项目介绍 基于SpringBoot + jQuery的影视网站,网站总体包含两部分,一部分是前台,一部分是后台管理;功能主要包含了登录注册、主页展示、影视排行、影视内容、影片搜索、影片评论、求片留言、我的账户、用户注销、后台管理。其中的功能可能存在一些bug,如果有意见,欢迎关注我的公众号 【全栈开发Dream】 或者 加我qq:3235295767,一起讨论 ### **功能模块** ![image-20210516184738231](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210516184745.png) ### **组织结构** 项目结构的一些简单说明 ``` ├─src │ ├─main │ │ ├─java │ │ │ └─com │ │ │ └─example │ │ │ └─demo │ │ │ │ DemoApplication 主启动类 │ │ │ │ │ │ │ ├─config 配置类保存文件夹 │ │ │ │ │ │ │ ├─controller 控制层 │ │ │ │ AdminController 用户管理 │ │ │ │ BgcController 后台管理 │ │ │ │ ContentController 影片内容 │ │ │ │ ResourceController 资源管理 │ │ │ │ ThymeleafController thymeleaf跳转 │ │ │ │ UploadAvatarController 上传头像 │ │ │ │ │ │ │ ├─Dao 与数据库交互的dao包接口 │ │ │ │ │ │ │ ├─domain 实体类 │ │ │ │ Carousel 轮播图 │ │ │ │ Comment 求篇留言 │ │ │ │ Discuss 影片评论 │ │ │ │ FilmReviews 影视内容 │ │ │ │ IndexMenu 主页菜单 │ │ │ │ Introduce 影片介绍 │ │ │ │ Likes 点赞统计 │ │ │ │ RegisterNum 注册人数统计 │ │ │ │ TabMenu 菜单 │ │ │ │ Television 影视 │ │ │ │ Users 用户 │ │ │ │ │ │ │ ├─service 提供给控制层方法的实现接口 │ │ │ │ │ │ │ └─until 工具类保存文件夹 │ │ │ │ │ └─resources │ │ ├─application.properties 配置文件 │ │ │ │ │ ├─static 静态资源文件夹 │ │ │ │ │ └─templates │ │ ├─detail │ │ │ ├─admin 后台页面 │ │ │ │ │ │ │ └─common 前台页面 │ │ │ │ │ └─login 登录页面 ``` ### **技术选型** | 后端技术 | 名称 | 版本 | | :--: | :--: | :--: | | Spring Boot | Spring框架 | 2.2.7 | | Redis | 分布式缓存数据库 | 2.2.7 | | MyBatis | ORM框架 | 2.1.2 | | Maven | 项目构建管理 | 3.6.0+ | | Druid | 数据库连接池 | 1.1.10 | | MySQL | 数据库 | 5.6+ | | PageHelper | MyBatis物理分页插件 | 1.2.12 | | Thymeleaf | 模板引擎 | 2.2.7 | | 前端技术 | 名称 | 使用 | | :-------: | :----------: | :------------------------: | | jQuery | JS框架 | 前端js框架 | | Bootstrap | 前端UI框架 | 后台管理布局框架 | | Layui | 前端UI框架 | 前端消息提醒控件、头像上传 | | cookie | 前端本地存储 | 记住登录信息 | ## **开发环境** ``` 安装 JDK(1.8+) 安装 Maven (3.6.0+) 安装 Redis服务 (3.0+) 安装 MySQL (5.6+) 安装 IDEA(2019.3) ``` ## 项目截图 ### **登录** 浏览器访问localhost:8020,普通用户账号:cat/aaaa 超级管理员账号admin/5555 ![image-20210515233224046](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515233224.png) ### **主页** ![image-20210515235541308](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515235541.png) ![image-20210515233515493](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515233515.png) ### **影视内容** ![image-20210515235141789](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515235141.png) ![image-20210515235245572](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515235245.png) ### **影视排行** ![image-20210515233609642](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515233609.png) ### **影片搜索** ![image-20210515235413416](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515235413.png) ![image-20210515235451752](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515235451.png) ### **求片留言** ![image-20210515234924559](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515234924.png) ### **个人中心** ![image-20210515233451966](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210515233452.png) ### **后台管理** ![image-20210516000031950](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210516000032.png) ## 关注 欢迎关注公众号 【全栈开发Dream】,可回复 影视网站,获取项目数据库文件 ![image-20210529144512701](https://gitee.com/hui_qing_cheng/picgo-imgs/raw/master/20210529144519.png) ## 附件 ### 我的CSND博客 ### 我的掘金 ### 我的腾讯云社区