Student information management system based on SSM+Java

Source code number: D-I13 Click to view ( classification rules )

Project type: Java EE project (SSM framework)

Project Title: Student Information Management System for SSM

Author of source code: developed by Xiaoyaoyou himself

Current version: V2.0 version

Difficulty Level: ✩✩✩

Complexity: ✩✩✩Click to view difficulty level

User type: three roles (student, teacher, administrator)

Project architecture: B/S architecture

Development language: Java language

Front-end technology: Layui, HTML, CSS, JS, JQuery, etc.

Back-end technology: JSP, SSM framework

Operating environment: win10/win7/JDK1.8

Running tools: This system is developed with Intellij IDEA, only supports running IDEA, does not support running Eclipse and MyEclipse, because the skeletons of the two are inconsistent, forced import and running may lead to unknown errors.

Database: MySQL5.5/5.7/8.0 version

Running server: Tomcat7.0/8.0/8.5/9.0 and other versions

Whether based on Maven environment: Yes, using maven

Whether to use the frame: yes

Number of database tables: 10 tables

Number of JSP pages: about 31

Whether there are code comments: there are simple comments

Whether there is a course report: no

Whether there are papers: no

Portable service: remote debugging service and guidance service (remote debugging, question answering and guidance)

Applicable scenarios: Java graduation project, course design learning reference, very suitable for college students who study computer.

Project introduction: The system is divided into three roles, namely students, teachers, and administrators. Administrators have the highest authority to manage functional modules such as students, teachers, announcements, course ratings, majors, classes, schedules, dormitories, and courses. Students can view relevant information, and teachers are responsible for the management of course grading.

The main function

The student terminal is mainly for login, personal information management, and comprehensive management (view announcements, my class schedule, and view my ratings).

The teacher side mainly includes login, comprehensive management (check announcements, check majors, check courses, check dormitories, check students, and check class schedules), as well as course rating management, and personal information management.

The administrator side mainly includes functional modules such as login, student management, teacher management, announcement management, course scoring management, professional management, class management, curriculum management, dormitory management, course management, and system management.

Get the source code : SSM-based student information management system - Nine Birds

More source code

Project Description

project skeleton

database

login interface

Announcement list

Professional list

statistics

curriculum schedule

add class

Student Information List

add students

modify teacher

modify dormitory

Add Course Grading

Modify Personal Information

Guess you like

Origin blog.csdn.net/liqz666/article/details/126962075