基于Spark的股票大数据分析

7/20/2025 scalaspringbootvue

可视化效果视频 (opens new window)

# 项目概况

master (opens new window)

# 数据类型

股票数据

# 开发环境

centos7

# 软件版本

spark3.1.2、scala2.12.18、jdk8

# 开发语言

Scala

# 可视化图表

2025-07-20_090104

2025-07-20_090113

2025-07-20_090122

2025-07-20_090134

2025-07-20_090211

# 操作步骤

# 启动后端


# 已安装 "jdk8" 和 "maven" 和 "scala" 环境

# 启动springboot
# 打包命令: mvn clean package -Dmaven.test.skip=true
# 入口类: com.neuedu.ScalaApplication

1
2
3
4
5
6
7

# 启动前端


# 安装node
# 启动springboot
# 启动前端
npm install --registry=https://registry.npmmirror.com
# 备选: cnpm install
npm run serve
# 清除 npm 缓存并删除 node_modules
npm cache clean --force
rm -rf node_modules
rm package-lock.json
npm install

1
2
3
4
5
6
7
8
9
10
11
12
13
Last Updated: 7/30/2025, 3:06:44 PM