# Ruijie-teaching-platform **Repository Path**: zhang-weiluo/Ruijie-teaching-platform ## Basic Information - **Project Name**: Ruijie-teaching-platform - **Description**: 锐捷数智化教育平台后端 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-09 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 锐捷数智化教育平台后端 # 基于锐捷人工智能数开发智化教育应用平台 #### 平台地址 #### http://8.138.22.168:8090/ #### 介绍 本软件旨在解决大学计算机专业的师生中所遇到的问题,包括学生的学习能动性弱与教师工作负担重,以及在教育领域这块的教育资源不均衡 所导致学生接受知识的局限性。 #### 软件架构 使用了SpringBoot和vue框架 ## 后端 #### 安装教程 1. 执行git clone git clone https://gitee.com/zhang-weiluo/iflytek-study-platform-backend.git 进行克隆代码 2. 使用iflytek_study_platform.sql文件导入MySQL数据库中,或者根据配置文件直接连接远程数据库(本项目默认连接) 3. 加载依赖 #### 使用说明 1. 启动MainApplication启动项进行启动项目 ## 测试账号 1. 管理员: 账号: client_trgzs 密码: 123456 # 锐捷数智化教育平台后端 # 基于锐捷人工智能数开发智化教育应用平台 #### 平台地址 #### http://8.138.22.168:8090/ #### 介绍 本软件旨在解决大学计算机专业的师生中所遇到的问题,包括学生的学习能动性弱与教师工作负担重,以及在教育领域这块的教育资源不均衡 所导致学生接受知识的局限性。 #### 软件架构 使用了SpringBoot和vue框架 ## 环境准备 | 环境 | 名称版本 | 备注 | | -------------------- | :----------------------------------------------------------- | ------------------------------------------------------------ | | **开发工具** | VSCode | [下载地址](https://code.visualstudio.com/Download) | | **运行环境** | Node 18+ | [下载地址](http://nodejs.cn/download) | | **VSCode插件(必装)** | 1. `Vue Language Features (Volar) `
2. `TypeScript Vue Plugin (Volar) `
3. 禁用 Vetur | ![vscode-plugin](https://foruda.gitee.com/images/1687755823108948048/d0198b2d_716974.png) | ## 项目启动 ```bash # 克隆代码 git clone https://gitee.com/Vouwa/iflytek-study-platform-frontend.git # 切换目录 cd iflytek-study-platform-frontend # 安装 pnpm npm install pnpm -g # 安装依赖 pnpm install # 启动运行 pnpm run dev ``` ## 开启Mock 项目同时支持在线和 Mock 接口,默认使用线上接口,如需替换为 Mock 接口,只需在 `vite.config.ts` 文件的 `plugins` 配置中取消对 `mockDevServerPlugin()` 的注释**即可**。