# 面试系统 **Repository Path**: yjh-biancheng/interview-system ## Basic Information - **Project Name**: 面试系统 - **Description**: 基于springboot的面试系统实现 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-25 - **Last Updated**: 2024-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 面试系统 #### 介绍 基于springboot的面试系统实现, **具体代码请到相应分支中获取** #### 软件架构 前后端分离,前端使用Vue3,后端使用SpringBoot,项目中含有redis、mysql、mybatis等中间件,通过jwt实现用户校验 #### 源码说明 1. 开发时redis采用阿里云环境,请注意修改 2. 可能需要自行解决 前后端分离 导致的跨域问题 #### 参与贡献 1. Fork 本仓库 2. 新建 dev-xxx 分支(xxx为对应技术栈,如dev-springboot等) 3. 提交代码 4. 新建 Pull Request 5. 等待合并 注意:参与贡献务必按照要求提交PR,否则将不予通过