Skip to content

在线教育Spring Cloud + Vue 前后端分离 开发企业级在线视频课程系统

Notifications You must be signed in to change notification settings

whitexiong/course-online

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

选题

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

页面访问

启动 Redis

cd C:\software\redis\Redis-x64-5.0.10
redis-server.exe redis.windows.conf

启动 Vue 后端

cd C:\software\LunWen\www\zj\course-online\admin
npm run serve-dev

启动 Vue 前端

cd C:\software\LunWen\www\zj\course-online\web
npm run serve-dev

About

在线教育Spring Cloud + Vue 前后端分离 开发企业级在线视频课程系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.1%
  • JavaScript 14.3%
  • Java 13.4%
  • Vue 4.3%
  • CSS 1.0%
  • Less 0.5%
  • Other 0.4%