Skip to content

Commit

Permalink
MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-1515 committed Jul 22, 2022
1 parent 8924727 commit e34b4c0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 13 deletions.
38 changes: 29 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# reggie_parent

#### 介绍
### 介绍

瑞吉外卖项目,一款为餐饮企业打造的在线订餐软件

#### 前端代码
「project-rjwm-admin-vue-ts.exe」
https://www.aliyundrive.com/s/AnRReoe66dQ
双击解压即可
根目录cmd运行 npm run serve
#### 技术选型

访问前端工程,地址:http://localhost:8081
![img.png](img/1.png)

#### 技术架构

Spring Boot
Mybatis
Mysql
Expand All @@ -20,11 +18,33 @@ JWT
Apache POI
Spring Task
阿里云OSS
微信小程序
微信小程序

### 前后端分离开发

#### 介绍

| | **开发语言** | **开发工具** | **运行环境** | **服务器** |
| -------- | ---------------- | ----------------- | ------------ | ---------- |
| 前端开发 | JavaScript、HTML | VS Code、Hbuilder | Node.js | Nginx |
| 后端开发 | Java | IDEA、eclipse | JDK | Tomcat |

#### 前端工程

「project-rjwm-admin-vue-ts.exe」
https://www.aliyundrive.com/s/AnRReoe66dQ
双击解压即可
根目录cmd运行 npm run serve

访问前端工程,地址:http://localhost:8081

#### 后端工程

#### Swagger

接口文档访问路径为 http://localhost:8080/doc.html
![img.png](img/Swagger.png)
![img.png](img/Swagger.png)

#### **项目效果展示**

![img.png](img/reggie.png)
Binary file added img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,4 @@ public R<List<Dish>> list(Long categoryId, String name) {
}





}
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ public interface DishService {
void startOrStop(Integer status, Long id);

//根据分类id查询菜品
List<Dish> list(Long categoryId,String name);
List<Dish> list(Long categoryId, String name);
}

0 comments on commit e34b4c0

Please sign in to comment.