Skip to content

Commit

Permalink
refactor: 移除中间件模块和相关代码重构
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxianrui committed Jun 25, 2023
1 parent 8cead0b commit 37a9022
Show file tree
Hide file tree
Showing 258 changed files with 106 additions and 3,998 deletions.
41 changes: 27 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,36 @@
| 商城管理端 | [mall-admin](https://gitee.com/youlaiorg/mall-admin) | [mall-admin](https://github.com/youlaitech/mall-admin) | - |
| 移动应用端 | [mall-app](https://gitee.com/youlaiorg/mall-app) | [mall-app](https://github.com/youlaitech/mall-app) | - |

## 🗂项目目录
## 🗂目录结构

``` text
youlai-mall
├── docs
├── nacos # Nacos配置
├── sql # SQL脚本
├── laboratory # 实验室
├── mall-oms # 订单服务
├── mall-pms # 商品服务
├── mall-sms # 营销服务
├── mall-ums # 会员服务
├── middleware # 中间件(nacos/seata)
├── youlai-auth # OAuth2认证授权中心
├── youlai-common # 公共依赖
├── youlai-gateway # 网关
├── youlai-system # 系统服务
└── end
├── nacos # Nacos配置
├── sql # SQL脚本
├── mysql5 # 接口请求
├── mysql8 # 接口请求
├── mall-oms # 订单服务
├── mall-pms # 商品服务
├── mall-sms # 营销服务
├── mall-ums # 会员服务
├── youlai-auth # OAuth2认证授权中心
├── youlai-common # 公共模块
├── common-core # 核心依赖
├── common-file # 文件接口
├── common-log # 日志公共配置
├── common-mybatis # mybatis 公共依赖配置
├── common-rabbitmq # rabbitmq 公共依赖配置
├── common-redis # redis 公共依赖配置
├── common-seata # seata 公共依赖配置
├── common-security # 订单应用
├── common-sms # 订单应用
├── common-web # 订单应用
├── youlai-gateway # 网关
├── youlai-system # 系统服务
├── oms-api # 订单Feign接口
├── oms-boot # 订单应用
└── end
```

## 🥇极速启动
Expand Down Expand Up @@ -185,6 +197,7 @@ youlai-mall

## 💻贡献者们


<a href="https://github.com/youlaitech/youlai-mall/graphs/contributors"><img src="https://opencollective.com/youlai-mall/contributors.svg?width=890" /></a>

## 💥加交流群
Expand Down
191 changes: 0 additions & 191 deletions docs/devops/DockerJenkinsFile

This file was deleted.

117 changes: 0 additions & 117 deletions docs/devops/K8sJenkinsFile

This file was deleted.

Loading

0 comments on commit 37a9022

Please sign in to comment.