Skip to content

在线考试系统,支持学生/教师两种角色,实现参加考试,管理学生,管理试题,生成试卷等功能

Notifications You must be signed in to change notification settings

FENGRUI99/online-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

online-exam

1. 介绍

学生在线考试系统:基于Springboot,druid,Mybatis,Mysql,pagehelper

  • 支持学生,教师两种角色
  • 学生
    • 参加考试
    • 查看历史考试
  • 教师
    • 添加,删除学生
    • 添加,删除试题
    • 添加,删除考试
    • 生成试卷

2. 安装与使用

  • 1.下载代码

    git clone https://github.com/FENGRUI99/online-exam.git
    cd online-exam
  • 2.初始化数据库

    新建exam数据库,密码和online-exam/src/main/resources/application.ymlpassword: xxxxxx保持一致,然后导入oneline-exam/exam.sql

  • 3.启动

    打开online-exam这个Maven项目,可以在IDE里启动或者执行mvn install生成jar包启动

About

在线考试系统,支持学生/教师两种角色,实现参加考试,管理学生,管理试题,生成试卷等功能

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages