1、git拉取

有git环境的可以通过git clone 项目

进入一个项目文件夹 (比如D:\study\spark) 点击git bash here
image.png
输入命令 git clone git@github.com:mybanking/spark.git
image.png

2、没有git,直接解压压缩包即可

3、项目目录介绍

3.1 examples和ml包下是可以直接运行的demo

image.png

3.2 SparkApplication是主启动类,启动后 点击 http://localhost:8090/swagger-ui.html#/ 可以打开接口测试API

image.png