You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.. | ||
src/main | 3 months ago | |
README.md | 9 months ago | |
pom.xml | 10 months ago |
README.md
商享通oms项目结构
一、目录说明
oms-biz -- 根项目
├─ src -- 微服务的基础设施中心
├─ main
├─ java
├─ com.yxt.oms
├─ apiadmin -- pc端后台接口路径
├─ aggregation -- 多表或功能的聚合服务接口
├─ apiwx -- 微信端接口路径
├─ biz -- 服务类目录,一个表一个服务
├─ aggregation -- 多表组合或功能的聚合服务类
├─ goods -- 商品
├─ inventory -- 库存
├─ supplier -- 供应商
├─ user -- 用户
├─ warehouseout -- 出库
├─ warehousereceipt -- 入库
├─ warehouseset -- 仓库设置
├─ config --
├─ feign --
├─ utils --
├─ resources --
二、项目用到的组件
1、nacos
2、redis
3、mysql
4、gateway