Graduation project-employee salary management system based on java web

Source Code: B-E56

Project type: Java web project/Java EE project (non-open source)

Project name: Servlet-based employee salary management system

User Type: Single Role (Administrator only)

Project architecture: B/S architecture

Design thinking: MVC

Development language: Java language

Front-end technology: Layui, HTML, CSS, JS, JQuery and other technologies

Back-end technology: JSP, Servlet, JDBC, JavaBean and other technologies

Operating environment: Win10, JDK1.8

Database: MySQL5.5/5.7/8.0 can run

Running server: Tomcat7.0 and above can run

Running tools: This system is developed with Eclipse, which only supports Eclipse running, but not MyEclipse and IDEA running, because the skeletons of the three are different, forcibly importing and opening the running may lead to unknown errors.

Number of database tables: 5 tables

Number of Jsp pages: about 17

Whether to adopt the framework: no

Whether there is pagination: there is pagination

Whether there are code comments: there are comments

Whether there is a course report: no

Whether there is a graduation thesis: there are graduation thesis, opening report and visio original drawing, the thesis is 12,748 words, and the number of pages is 37 pages

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

Applicable scenarios: It is suitable for Java graduation design and Java course design, and it is very suitable for students who learn Java.

Project Introduction: An information management system for managing employee wages.

The main function

After the administrator logs in, the employee information, employee salary, attendance information, and financial flow are managed informationally, as well as functional modules such as modifying personal information and passwords.

Project Description

project skeleton

database

register

Log in

employee information list

add staff

Modify employee information

Employee Salary List

Add Payroll Record

Modify salary information

Financial statement list

add income and expenditure

Modify financial statement information

Employee attendance information

Check in

Modify attendance information

Personal Information Modification

change Password

Guess you like

Origin blog.csdn.net/wx1998114/article/details/131544320