Online examination system based on the development springboot

This code Download: https://gitee.com/jzzhu123456/online_exam
I am a rookie, recording what the program wrote it myself.

Development Environment: IDEA
back-end technology: SpringBoot Shiro + + + Thymeleaf the mybatis
front-end technology: easyui + ajax
Database: MySQL

Features

Candidates registered, log in and modify personal information

Password using MD5 encryption, password recovery function

During the exam will be timing functions, automatic assignment after the time is up

After submitting the papers of candidates for automatic marking function, and displays the details of the examination results

View all previous records test scores

These records will be saved to a local excel format

technology

Shiro achieved through login authentication, non-registered visitors will be redirected to the login page

Ajax asynchronous communication technology through the implementation of the registration whether to authenticate the user already exists

Saved locally to excel format POI technology test scores will be recorded by

Here Insert Picture Description
Here Insert Picture Description

Here Insert Picture Description
Here Insert Picture Description

Here Insert Picture Description
Here Insert Picture Description

Background login address: http: // localhost: 8081 / alogin, administrator user a, a password
Here Insert Picture Description

I am a rookie, is still a student, the program records about their own students during the writing. There are many shortcomings there, please understand.

Published 21 original articles · won praise 9 · views 4468

Guess you like

Origin blog.csdn.net/qq_36470898/article/details/100516732