设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于SSM的餐饮管理系统的设计与实现毕业论文
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

基于SSM的餐饮管理系统的设计与实现

摘  要

该餐饮管理系统适用小型餐饮企业,此系统基于Java语言编写,系统实现工具使用Eclipse平台,数据库使用MySql数据库,前端界面设计与美化工具使用HBuilder。该系统网络结构使用B/S结构,项目管理工具使用Maven,系统框架使用SSM(Spring+SpringMVC+Mybatis)框架,便于系统的敏捷开发和代码的可扩展性。餐饮管理系统的实现遵循软件开发过程模型,分为可行性研究阶段、需求分析阶段、总体设计阶段、详细设计阶段、系统实现阶段、系统测试阶段。

系统分为前台用户界面和后台餐饮管理界面。前台用户界面核心功能点有菜品展示、个人中心、点餐单。后台餐饮管理的主要模块有餐桌管理、订单管理、菜品管理、人员管理等。该系统可以让餐饮行业工作效率提高,餐厅收益增加,实现餐饮运营信息化管理,提高了餐厅的综合竞争力。

关键词:Java;餐饮管理;SSM;MySql

Design and Implementation of a Catering Management System Based on SSM

Abstract

The catering management system is suitable for small catering enterprises. The system is based on Java language. The system is implemented by using Eclipse platform, database is MySql , design for front-end interface and beautification  is to use HBuilder as tools .The network structure of the system uses B/S structure, the project management tool uses Maven, and the system framework uses SSM (Spring + Spring MVC + Mybatis) framework, which facilitates the agile development of the system and the extensibility of the code. The implementation of the catering management system follows the software development process model and is divided into the feasibility study phase, the requirements analysis phase, the overall design phase, the detailed design phase, the system implementation phase, and the system testing phase.The system is divided into the front-end user interface and the back-end catering management interface. The core function modules of the front-end user interface include dish display, personal center and order list. The main modules of backstage catering management include table management, order management, dishes management, personnel management, etc. The system can improve the efficiency of catering enterprise, increase the revenue of restaurants, realize the information management of catering operation, and improve the comprehensive competitiveness of restaurants.

Key words: Java; Catering Management ; SSM; MySql

目  录

前  言

第1章 概述

1.1 选题背景及意义

1.2 技术概述

1.2.1 JSP技术概述

1.2.2 Spring+SprngMVC介绍

1.2.3 MySQL数据库概述

1.2.4 Mybatis介绍

1.2.5 Maven介绍

1.3 开发平台介绍

1.3.1 Tomcat服务器

1.3.2 Eclipse简介

第2章 可行性研究

2.1 技术可行性

2.2 经济可行性

2.3 法律可行性

2.4 运行可行性

2.5 可行性研究结论

第3章 需求分析

3.1 用户需求描述

3.2用例模型

3.2.1 角色识别

3.2.2 用例识别

3.2.3 用例图

3.2.4 用例描述

3.3 概念模型

3.3.1 视图模型

3.6.2 逻辑模型

3.3.3 实体模型

3.4 实体-关系图

第4章 总体设计

4.1 设计目标

4.2 系统体系结构设计

4.2.1 体系结构概念

4.2.2 体系结构设计内容

4.3 系统功能设计

4.3.1 前台系统功能

4.3.2 后台系统功能

4.3.3 系统各功能模块功能描述:

4.4 模块结构设计

4.4.1 前台模块设计

4.4.2 后台模块设计

4.5 实体类设计

第5章 详细设计

5.1 系统文件组织结构

5.1.1 src/main/java文件夹

5.1.2 target文件夹

5.1.3 pom.xml文件

5.2 前台模块设计

5.2.1 用户登录

5.2.2 用户点餐

5.3 后台模块设计

5.4 数据库设计

5.4.1 数据库表结构详细设计

5.4.2 数据库连接详细设计

第6章 系统实现

6.1 前台界面系统实现

6.1.1 前台登陆

6.1.2 用户点餐

6.1.3 用户个人中心

6.2 后台界面系统实现

6.2.1 员工登录

6.2.2 菜品管理

6.2.3 餐桌管理

6.2.4 订单管理

结  论

致  谢

参考文献
















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于JSP+SSM的物流快递管理 基于JSP+SSM+MySQL的 基于JSP+SSM的图书借阅管理
基于JSP+SSH的网上宠物交易 基于VUE+SSM+MySQL的 基于Cisco Packet T
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!