(基于 S pringB oot+Vue+Androi d 的餐厅营业系统设 计与实现) (Design and implementation of Restaurant Business System based on S pring Boot 、 V ue and Android ) 内容摘要本论文研究的是一种基于 SpringBoot、Vue、Android,使浏览器,移动端,服务器,三端交互,交流,实现的餐厅营业系统。采用 B/S,C/S 架构。开发工具使用IntelliJ IDEA,Visual Studio Code,Android Studio。使用的关系型数据库是MySQL5.7,非关系型数据库 Redis。浏览器与服务器,移动端与服务器,的通讯方式是 Htpp 协议。数据交流类型是 Json。本系统面向的用户为餐厅的管理人员,及来就餐的客户。客户在手机端进行下单或者到前台人员处下单。管理人员获得订单,通知相关人员做菜,上菜。后台管理预计添加账号模块,提供登录,推出,账号创建功能。商品管理,提供商品创建,商品查看,修改商品,商品上架,下架。权限控制,创建角色,角色权限管理,账号角色管理。订单管理,查看订单,确认订单。销售管理,折扣设定,后台下单。统计管理。商品销售数量统计,流量统计,销售额统计。移动端,提供用户注册,登录,推出,信息修改。主页模块,商品列表,商品详情,加入购物车。订单模块,提交订单,支付订单,取消订单,查看订单。本文将详细介绍系统的实现,包括该餐厅营业系统的可行性分析、需求分析、概要设计、详细设计、数据库设计、系统实现和系统测试以及使用的技术。系统数据的统计,对管理人员的积极意义。关键字:餐厅营业 SpringBoot 点餐 MySQL 安卓 AbstractThis paper studies a restaurant business system based on springboot, Vue and Android, which makes browser, mobile terminal, server, three terminal interaction, communication and implementation. B / s and C / S architecture are adopted. The development tools are IntelliJ idea, visual studio code and Android studio. The relational database used is mySQL5.7, and the non relational database Redis. The communication mode between browser and server, mobile terminal and server is HTTP protocol. The type of data exchange is JSON.The users of this system are restaurant managers and customers who come to ea...