认真看文档文档上面有的群里就不再次解答了
JDK >= 1.8 (推荐1.8版本) Mysql >= 5.7.0 (推荐5.7版本) Maven >= 3.0 redis >= laste nacos >= laste (推荐1.X版本) sentile >= 2.0 (可以不搭建) nodejs >= laste (推荐6.x版本)
top.yangbuyi
├── yangbuyi_video_portal // 前端门户网站 [80]
├── yangbuyi_video_ui // 前端 (后端管理) [81]
├── yangbuyi-gateway // 网关模块 [9728]
├── yangbuyi-api // 接口模块
│ └── api_pay // 支付宝支付接口
│ └── api_user // 用户接口
│ └── api_video // 作品接口
│ └── api_vod // 视频点播接口
│ └── api_websocket // 消息通讯接口
├── yangbuyi-common // 通用模块
│ └── common_utils // 工具类模块
│ └── service_base // 业务配置模块
│ └── service_security // 认证模块
├── yangbuyi_service // 业务模块
│ └── service_authority // 登录系统模块(后端)
│ └── service_user // 登录系统模块(前端)
│ └── service_cms // 门户系统模块
│ └── service_pay // 支付系统模块
│ └── service_video // 作品系统模块
│ └── service_sms // 信息发送模块
│ └── service_upload // 文件系统模块
│ └── service_vod // 视频点播模块
│ └── service_websocket // 消息通讯模块
├──pom.xml // 公共依赖# db mysql
spring.datasource.platform=mysql
db.num=1
db.url.0=jdbc:mysql://localhost:3306/nacos-config?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
db.user=root
db.password=password


打开项目的 yangbuyi_video/videoVodJar aliyun-sdk-vod-upload 复制 vod-mvn 代码执行 pom就不会爆红了
# 复制下面命令 执行
mvn install:install-file -DgroupId=com.aliyun -DartifactId=aliyun-sdk-vod-upload -Dversion=1.4.14 -Dpackaging=jar -Dfile=aliyun-java-vod-upload-1.4.14.jar
server-addr


模块列表
yangbuyi_video_portal 门户系统 => nuxtjs yangbuyi_video_ui 后端管理系统 => vue
npm install 运行系统 npm run dev => admin/111111(超级管理员)
npm install 运行系统 npm run dev
