SSM graduation project - SSM-based teacher work assessment performance management system (including source code + paper)


1 Project Introduction

Hi, everyone, this is Ms. M!

Today, I would like to share with you a newly completed graduation design project this year (2022), [SSM-based teacher work assessment performance management system]

The senior sisters grade the project according to the difficulty and level of the realization (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary instructions for interface beautification: using vue can basically reach 5 points

This project will be completed in June 2022, including content: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master


2 to achieve the effect

Video URL: https://www.bilibili.com/video/BV1Lf4y1d7DR

2.1 Interface display

  • Administrator login interface

insert image description here

  • Teacher Management Interface

insert image description here

  • Supervision function interface

insert image description here

  • Message management interface

insert image description here

3 design scheme

3.1 Overview

This system mainly uses java as the development language, mysql as the database management system in the background, MyEclipse as the development environment, and tomcat as the server. The main functions of the system include: administrator; home page, personal center, system announcement management, student management, teacher management, message information management, student message management, teacher message management, teacher information management, student evaluation management, supervision management, supervision evaluation Management, college management, teachers; home page, personal center, system announcement management, student message management, teacher message management, teacher information management, student evaluation management, supervision evaluation management, performance evaluation management, students; home page, personal center, system announcement Management, student message management, teacher information management, student evaluation management, supervision; home page, personal center, system announcement management, teacher management, teacher information management, supervision management, etc. It is divided into four user platforms: administrators, teachers, students, and supervisors.

This design mainly uses MyEclipse plus Tomcat background server, and the pages in the design process are mainly completed using Java technology.

3.2 System user use case diagram

3.2.1 Administrator use case diagram

The administrator is the core student of the system, which involves four major functional modules. The administrator has the authority to operate all registered users of the system, and can timely and dynamically monitor the teacher's work assessment performance management system information and other information.
insert image description here

3.2.2 Student use case diagram

After students join the system through registration, they can realize home page, personal center, system announcement management, message information management, student message management, teacher information management, student evaluation management and other functions.
insert image description here

3.3 System structure design

The system architecture diagram belongs to the system design stage. The system architecture diagram is only a product of this stage. The overall architecture of the system determines the mode of the entire system and is the basis of the system.

insert image description here

4 Item Acquisition

This project will be completed in June 2022, including content: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master

Guess you like

Origin blog.csdn.net/bee_dc/article/details/127985407