# yunexam **Repository Path**: fhcloud/yunexam ## Basic Information - **Project Name**: yunexam - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-11 - **Last Updated**: 2021-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YunExam 基于SpringBoot+Mybatis plus的在线考试系统 ## 部署教程 1. 下载源码 2. 修改application.yml,dev改为prod ```yaml spring: profiles: active: prod ``` 3. 修改application-prod.yml中的数据库连接信息 4. 部署Vue前端(参考下方前端地址) 5. 开始使用 ## 配套Vue前端 https://gitee.com/fhcloud/yunexam-frontend 目前已使用Vue3完全重构