本科毕业设计论文
题目:美容院管理系统设计与实现
系 别:
XX 系(全称)
专 业:
软件工程
班 级:
软件工程 15201
学生姓名:
学生学号:
指导教师:
导师 1 导师 2
2021 年 5 月
毕业设计论文
摘 要
如今的信息时代,对信息的共享性,信息的流通性有着较高要求,因此传统管理方
式就不适合。为了让美容院信息的管理模式进行升级,也为了更好的维护美容院信息,
美容院管理系统的开发运用就显得很有必要。并且通过开发美容院管理系统,不仅可以
让所学的 SpringBoot 框架得到实际运用,也可以掌握 MySQL 的使用方法,对自身编程
能力也有一个检验和提升的过程。尤其是通过实践,可以对系统的开发流程加深印象,
无论是前期的分析与设计,还是后期的编码测试等环节,都可以有一个深刻的了解。
美容院管理系统根据调研,确定其实现的功能主要包括美容用品管理,美容项目管
理,美容部位管理,销量信息管理,订单管理,美容项目预约信息管理等功能。
借助于美容院管理系统这样的工具,让信息系统化,流程化,规范化是最终的发展
结果,让其遵循实际操作流程的情况下,对美容院信息实施规范化处理,让美容院信息
通过电子的方式进行保存,无论是管理人员检索美容院信息,维护美容院信息都可以便
利化操作,真正缩短信息处理时间,节省人力和信息管理的成本。
关键字:美容院管理系统,SpringBoot 框架,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 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 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 save, 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 save the cost of manpower
and information management.
Key Words:Beauty salon management system, SpringBoot framework, MySQL
毕业设计论文
目 录
第一章 绪论...............................................................................................................................1
1.1 选题背景 ..............................................................................................................................1
1.2 选题意义 ..............................................................................................................................1
1.3 研究内容 ..............................................................................................................................2
第二章 开发环境.......................................................................................................................3
2.1 SPRINGBOOT 框架 .................................................................................................................3
2.2 JSP 技术................................................................................................................................3
2.3 MYSQL 数据库....................................................................................................................4
第三章 系统分析.......................................................................................................................5
3.1 可行性分析...........................................................................................................................5
3.1.1 技术可行性................................................................................................................5
3.1.2 操作可行性................................................................................................................5
3.1.3 经济可行性................................................................................................................5
3.2 系统流程分析.......................................................................................................................6
3.3 系统性能分析.......................................................................................................................9
3.3.1 数据完整性................................................................................................................9
3.3.2 系统可扩展性..........................................................................................................10
3.3.3 系统安全性..............................................................................................................10
3.4 系统功能分析.....................................................................................................................10
第四章 系统设计.....................................................................................................................15
4.1 系统设计思想 ....................................................................................................................15
4.2 功能结构设计.....................................................................................................................16
4.3 数据库设计.........................................................................................................................20
4.3.1 数据库 E-R 图 ........................................................................................................20
4.3.2 数据库表结构.........................................................................................................23
第五章 系统实现.....................................................................................................................29
5.1 管理员功能实现.................................................................................................................29
毕业设计论文
5.1.1 美容部位管理.........................................................................................................29
5.1.2 销量信息统计.........................................................................................................29
5.1.3 已支付订单.............................................................................................................30
5.2 技师功能实现.....................................................................................................................31
5.2.1 统计美容用品库存.................................................................................................31
5.2.2 预约信息管理.........................................................................................................32
5.3 前台功能实现 ....................................................................................................................33
5.3.1 普通用户管理.........................................................................................................33
5.3.2 会员管理.................................................................................................................34
5.4 普通用户功能实现 ............................................................................................................34
5.4.1 美容用品.................................................................................................................34
5.4.2 购物车.....................................................................................................................35
5.4.3 我的订单.................................................................................................................35
5.5 会员功能实现 ....................................................................................................................36
5.5.1 美容项目.................................................................................................................36
5.5.2 预约信息管理.........................................................................................................37
第六章 系统测试.....................................................................................................................38
6.1 系统测试的特点.................................................................................................................38
6.2 系统功能测试 ....................................................................................................................38
6.2.1 用户登录测试.........................................................................................................38
6.2.2 美容用品查询功能测试.........................................................................................39
6.3 系统测试结果 ....................................................................................................................39
结 论.......................................................................................................................................40
致 谢.......................................................................................................................................41
参考文献...................................................................................................................................42