SpringCloud + Vue 的在线视频课程系统与实现
前后端分离
- admin
控台管理,vue cli项目 - business
核心业务模块,spring boot项目 - doc
项目相关的文档,包含项目数据库初始化脚本 - eureka
注册中心,spring boot项目 - file
文件模块,spring boot项目 - gateway
路由模块,spring boot项目 - generator
代码生成器 - server
公共jar模块,被business, file, system依赖 - system
系统模块,spring boot项目 - web
网站模块,vue cli项目
- 启动注册中心:EurekaApplication
- 启动路由模块:GatewayApplication
- 启动系统模块:SystemApplication
- 启动业务模块:BusinessApplication
- 启动文件模块:FileApplication
- 启动控台管理:admin\package.json
- 启动前端网站:web\package.json
- 控台地址: http://localhost:8080/login
初始用户名密码:test/test
cd C:\software\redis\Redis-x64-5.0.10
redis-server.exe redis.windows.conf
cd C:\software\LunWen\www\zj\course-online\admin
npm run serve-dev
cd C:\software\LunWen\www\zj\course-online\web
npm run serve-dev