Files
NBA/README.md
Bravepping 251e8446d6 update README.md.
Signed-off-by: Bravepping <1131302745@qq.com>
2025-04-23 15:24:29 +00:00

28 lines
865 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# NBA赛事共享在线观看平台
## 项目概述
一个基于SpringBoot+Vue3的NBA赛事实时直播平台通过腾讯体育接口获取赛事数据实现赛程展示、直播观看、数据持久化等功能。采用前后端分离架构支持多用户并发访问。
## 技术栈
### 后端技术
- **核心框架**: Spring Boot 3.x
- **数据存储**:
- MySQL (赛事数据持久化)
- Redis (缓存腾讯体育Cookie和热点数据)
- **数据访问**: MyBatis + MyBatis Dynamic SQL
- **任务调度**: Spring Scheduler
- **其他**:
- WebFlux(接口调用)
- JWT (鉴权预留)
### 前端技术
- **核心框架**: Vue 3 + Composition API
- **状态管理**: Pinia
- **路由管理**: Vue Router 4
- **网络请求**: Axios
- **视频播放**: DPlayer
- **UI组件**: Element Plus (可选)
## 系统架构