Enterprise fixed asset management system based on ssm framework

The enterprise fixed asset management system SSM (Spring+SpringMVC+MyBatis) framework is developed, including system user management module, personnel management module, asset management, asset acquisition management, maintenance management, login module, and logout module.
Through the development of this system, I have not only improved my programming level, but also have a deep understanding and learning of the software development process and development process. This system is a background management system, which is mainly used to maintain and update the data of the entire system for administrators and personnel with relevant permissions. This management system is open to the outside world (open system)

functional module. The following is a brief description of these functional module requirements.
Administrator's login module: The administrator logs into the system to manage other management modules of the system.
User's login module: The user logs into the system, queries personal information, etc., and operates the available functions.
User addition module: Tourist users can add users, and the system will feedback whether the registration is successful.
Add administrator module: add more administrators to the system, administrators include ordinary administrators and super administrators.
Personnel information management module:
Personnel information list: present the product table of the database to the administrator in the form of a list.
Add personnel information: realize that the administrator adds personnel information, which should include personnel information.
Modify personnel information: realize that the administrator can modify personnel information, including modifying personnel information.
Maintenance application management module:
Maintenance application list: present the product table of the database to the administrator in the form of a list.
Add maintenance application: realize that the administrator adds maintenance application, which should include maintenance application.
Modify maintenance application: realize that the administrator can modify the maintenance application, including modifying the maintenance application.
Asset information management module:
asset information list: display asset information list.
Service contract management module:
Service contract list: Display all service contracts of the system, which can be searched by keywords.
Service contract deletion: delete the service contract that has been entered incorrectly or expired.
User module:
data management: users log in to the system. You can view your own personal homepage.
System Information: Users can view their own system prompt information.
Modify information: Users can modify their account password.
Information search: Users can search for information on the site by keywords.
Password modification: The user can modify the personal login password.
System management module: including data backup.
Exit module:
Administrator exit: Administrator is used to exit the system.
User logout: The user is used to log out the system. Insert picture description here
Insert picture description here
Insert picture description here
Contents
Enterprise IT Asset Management System Design and Implementation I
Summary I
ABSTRACT I
Contents III
Chapter 1 Introduction 1
1.1 Development Background 1
1.2 Development Significance 1
1.3 Research Content 1
Chapter 2 Introduction to Main Technologies and Tools 1
2.1 ssm Framework 1
2.1.1. Spring Framework 1
2.1.2 SpringMVC 1
2.1.3. MyBatis 2
2.2 MySQL database 2
2.3 jsp technology 2
Chapter 3 System analysis 5
3.1 Feasibility analysis 5
3.1.1 Economic feasibility 5
3.1.2 Technical feasibility 5
3.1.3 Operational feasibility 5
3.2 Demand analysis 5
3.3 Business process analysis 6
3.4 Data flow analysis 7
Chapter 4 System design 9
4.1 System structure design 9
4.2 Functional module design 9
4.3 Database design 10
4.3.1 Overview of Database Design 10
4.3.1 Conceptual Design 10
4.3.2 Table Design 11
Chapter 5 System Implementation 15
5.1 Basic Tasks 15
5.2 Implementation of Login Module 15
5.2.1 Homepage Implementation 15
5.2.2 Administrator Background Login 16
5.3 Implementation of User Module 19
5.3.1 Implementation of Maintenance Application Management Module 19
5.3.2 Implementation of Asset Requisition Management Module 20
5.4 Implementation of Administrator Module 22
5.4.1 Implementation of System User Management Module 22
5.4.2 Personnel Information Management Module The realization of 23
5.4.3 The realization of the asset information management module 25
5.4.4 The realization of the service contract management module 27
Chapter 6 System testing 29
6.1 Test purpose 29
6.2 Test overview 29
6.3 Unit test 29
6.3.1 Add test 29
6.3.2 Login Test 30
6.4 Integration Test 31
Chapter 7 Summary 32
Acknowledgements 33
References 33

Guess you like

Origin blog.csdn.net/weixin_37971904/article/details/109066718