Background Management System Based on SSM / Personnel Management System

Today to share a SpringMVC + Mybatis + Mysql based back-office management system, by definition, a system is generally divided into front and back office, front desk mainly for users, while the background is mainly for the administrator, different background and foreground, background deletions generally relates to service change search service, such as the user CRUD, relatively fixed single service.

The project is relatively complete and foundation for changing some of the complete set up, because there is no framework to use Maven, are the basis of the code structure and logic is simple.

Whatever you do in the system is that if you've done the foreground, the background system can be integrated into this background, only need to modify the class and corresponding to sql, project structure rarely change.

If you are looking to do the personnel management system, you can directly use the system, the project already contains user management, departmental management, position management, staff management, bulletin management and other modules, complete dynamic pages using JQuery framework functions, user management, department management module contains items commonly used in the development of CRUD action.

System Features:

User management features include: add a user, the user can be an administrator or an ordinary user; querying user, all users can query or fuzzy query based on user names and user state, delete users, change user.

Department management features include: adding departments, inquiry departments, all departments can query or fuzzy query according to the department name, department delete, modify department.

Job management features include: adding jobs, search jobs, all jobs can query or fuzzy query based on job title, delete jobs, modify job.

Staff management functions include: adding staff, staff queries, you can query all employees or die queries based on employee name, ID number, phone number, gender, position, department, employee delete, modify employees.

Notice Management features include: Add announcement, announcement queries, you can query all notices or fuzzy queries based on name announcement, announcement content, delete announcement, modify announcement.

Screenshot of the system:

log in page:

Home:

user list:

Add user:

Notice query:

Add Notice:

Employees list:

Add Employees:

Project structure:

Database Table:

Database Table

These are part of the shot, what problems can also leave a message exchange.

Guess you like

Origin www.cnblogs.com/maotouyingcc/p/11517277.html