基于Spark的股票大数据分析
舟率率 7/20/2025 scalaspringbootvue
# 项目概况
# 数据类型
股票数据
# 开发环境
centos7
# 软件版本
spark3.1.2、scala2.12.18、jdk8
# 开发语言
Scala
# 可视化图表
# 操作步骤
# 启动后端
# 已安装 "jdk8" 和 "maven" 和 "scala" 环境
# 启动springboot
# 打包命令: mvn clean package -Dmaven.test.skip=true
# 入口类: com.neuedu.ScalaApplication
1
2
3
4
5
6
7
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
2
3
4
5
6
7
8
9
10
11
12
13