# hutu-order **Repository Path**: isnott/hutu-order ## Basic Information - **Project Name**: hutu-order - **Description**: 糊涂点餐,一款基于springboot2+mybatis的餐饮点餐小程序应用。 此仓库为镜像仓库,原仓库发布在Github,查看最新更新请移步Github。 Github仓库地址: https://github.com/IsNott/hutu-order - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/IsNott/hutu-order - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 1 - **Created**: 2024-05-24 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot2 ## README

糊涂点餐

〽️糊涂点餐,一款基于springboot2+mybatis-plus的点餐系统。

## 相关仓库 小程序:https://github.com/Isnott/hutu-order-web
叫号屏:https://github.com/Isnott/hutu-order-board
管理后台:https://github.com/Isnott/hutu-order-admin ## 文档目录 - [技术选型](#技术选型) - [开发进度](#开发进度) - [运行](#运行) - [文件目录](#文件目录) ### 技术选型 协议:`Http`、`WebSocket`
服务端:`SpringBoot2.x`、`Netty4.x`、`JJWT`、`Spring Security`、`Redis`、`Mybatis-plus`、`AspectJ`、`Spring-Cloud-OpenFeign`
小程序端:`uni-app` `Vite` `Vue3.x`
商家管理:`Vite` `Vue3.x`
叫号屏:`Vite` `Vue3.x` `Electron`
### 开发进度 目前正进行全面的重构,已重构的内容: 1. 将各子项目从此仓库中剥离到各自的代码仓进行管理 2. 小程序端完成静态mock数据的重构 3. 管理端完成基础的业务管理功能+RABC权限设计 4. 叫号屏完成叫号取餐的接口暴露。 ### 运行 0. 添加项目中的nginx配置到你的nginx应用中 1. 运行redis、mysql数据库 2. 执行db/hutu-order.sql 3. 运行HutuXXApplication.java ### 文件目录 ``` ├─db # 数据库脚本(mysql) ├─hutu-app # REST API模块(api+管理+文件对象存储) ├─hutu-web-socket # ws通信模块(Netty) ├─hutu-feign # openFeign api ├─hutu-model # 实体 ├─hutu-external # 外部系统api ├─hutu-common # 通用模块 ├─hutu-security # 权限验证模块 ├─hutu-service # 服务类模块 ├─nginx # nginx配置案例 ```