Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 540 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 540 Bytes

ExamSytem

#introduction

  • java开发的基于web的在线考试系统
  • 采用Spring+SpringMVC+MyBatis框架
  • 本系统用eclipse开发,数据库使用mysql。
  • 分为三种登录角色:管理员、教师、学生。管理员主要负责用户、科目、题库、班级等信息的维护;教师负责发布考试信息、批阅试卷、分数统计excel以及柱状图等;学生的主要功能有在线考试、成绩查看、错题集等。

#注:启动后首页为127.0.0.1:8080/examSystem/loginController/index.do