Summary.
In today's information age, there are high requirements for the sharing of information and the circulation of information, so the traditional management method is not suitable. In order to upgrade the management mode of beauty salon information and better maintain the beauty salon information, it is necessary to develop and apply the beauty salon management system. And through the development of the beauty salon management system, not only can the learned Springboot framework be practically used, but also master the use of MySQL, and there is also a process of testing and improving their own programming ability. Especially through practice, you can deepen the impression of the development process of the system, whether it is the analysis and design in the early stage, or the coding test in the later stage, you can have a deep understanding.
According to the research, the beauty salon management system determines that the functions it realizes mainly include beauty supplies management, beauty project management, beauty part management, sales information management, order management, beauty project appointment information management and other functions.
With the help of tools such as the beauty salon management system, the information system, process, and standardization are the ultimate development results, so that they can follow the actual operation process, standardize the beauty salon information, and let the beauty salon information be saved through electronic means, whether it is the management personnel to retrieve the beauty salon information, and the maintenance of the beauty salon information can be facilitated, so as to truly shorten the information processing time and save the cost of manpower and information management.
Keywords: beauty salon management system, springboot framework, mysql
abstract
in today's information age, there are high requirements for information sharing and information circulation, so traditional management methods are not suitable. in order to upgrade the management model of beauty salon information, and to better maintain the information of the beauty salon, the development and application of the beauty salon management system is very necessary. and through the development of a beauty salon management system, not only can the springboot framework learned be used in practice, but also the use of mysql can be mastered, and there is a process of testing and improving its own programming ability. especially through practice, you can deepen the impression of the development process of the system, whether it is the analysis and design in the early stage, or the coding test in the later stage, you can h**e a deep understanding.
according to the research, the beauty salon management system determines that the functions it realizes mainly include beauty supplies management, beauty project management, beauty parts management, sales information management, order management, beauty project appointment information management and other functions.
with the help of tools such as the beauty salon management system, the information system, process, and standardization is the final development result. when it follows the actual operation process, the information of the beauty salon is standardized, and the information of the beauty salon is electronically processed. the way to s**e, whether it is the management personnel to retrieve and maintain the beauty salon information, it can facilitate the operation, truly shorten the information processing time, and s**e the cost of manpower and information management.
key words:beauty salon management system, springboot framework, mysql
Table of Contents. Chapter 1 Introduction 1
1.1 Background 1
1.2 Significance of topic selection 1
1.3 STUDY CONTENT 2
Chapter 2 Development Environment 3
2.1 Springboot Framework 3
2.2 JSP Technology 3
2.3 MySQL Database 4
Chapter 3 Systematic Analysis 5
3.1 Feasibility analysis 5
3.1.1Technical feasibility 5
3.1.2Operational feasibility 5
3.1.3Economic feasibility 5
3.2 System Process Analysis 6
3.3System performance analysis 9
3.3.1Data integrity 9
3.3.2System scalability 10
3.3.3System security 10
3.4System function analysis 10
Chapter 4 System Design 15
4.1 System Design Ideas 15
4.2Functional structure design 16
4.3Database design 20
4.3.1 Database E-R Figure 20
4.3.2 Database table structure 23
Chapter 5 System Implementation 29
5.1Administrator function implementation 29
5.1.1 Cosmetic site management 29
5.1.2 Sales information statistics 29
5.1.3 Paid for order 30
5.2 Technician function implementation 31
5.2.1 Statistics of Beauty Supplies Inventory 31
5.2.2 Appointment Information Management 32
5.3 Foreground function implementation 33
5.3.1 General User Management 33
5.3.2 Membership Management 34
5.4 Common user function implementation 34
5.4.1 Beauty 34
5.4.2 cart 35
5.4.3 My order 35
5.5 Membership function implementation 36
5.5.1 Cosmetology item 36
5.5.2 Appointment Information Management 37
Chapter VI System Testing 38
6.1Characteristics of system testing 38
6.2 System Functional Testing 38
6.2.1 User Login Test 38
6.2.2 Beauty Supplies Inquiry Functional Test 39
6.3 System test results 39
Conclusion 40
Acknowledgments 41
Ref. 42
This part of the content is more important in the system analysis link, which is directly related to the progress of the development of the system. Both the design and implementation are carried out on the basis of the functions of the system.
In order to visualize the functionality of the system, tools such as use case diagrams are used to display the results of the analysis. The admin features of analytics are as follows. The administrator manages beauty products, beauty items, beauty parts, manages technician appointments, manages orders, and counts the sales of beauty products.
In order to visualize the functionality of the system, tools such as use case diagrams are used to display the results of the analysis. The technician functions of the analysis are as follows. The technician counts the inventory of beauty supplies, manages beauty programs, and reviews member appointment information. In order to visualize the functionality of the system, tools such as use case diagrams are used to display the results of the analysis. The foreground functions of the analysis are as follows. The front desk is responsible for the management of ordinary users and members, and reviews the reservation information of members. In order to visualize the functionality of the system, tools such as use case diagrams are used to display the results of the analysis. The normal user functions of the analysis are as follows. Ordinary users purchase beauty products, manage purchase orders, and manage delivery addresses. In order to visualize the functionality of the system, tools such as use case diagrams are used to display the results of the analysis. The membership features of the analysis are as follows. Members purchase beauty supplies, book beauty treatments, manage appointment information, and purchase orders.