# Demo-cloud **Repository Path**: sjz_zy/demo-cloud ## Basic Information - **Project Name**: Demo-cloud - **Description**: 实训项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-06 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 系统模块 ~~~ com.logistics ├── logistics-ui // 前端框架 [80] ├── logistics-gateway // 网关模块 [8080] ├── logistics-auth // 认证中心 [9200] ├── logistics-api // 接口模块 │ └── logistics-api-system // 系统接口 ├── logistics-common // 通用模块 │ └── logistics-common-core // 核心模块 │ └── logistics-common-datascope // 权限范围 │ └── logistics-common-datasource // 多数据源 │ └── logistics-common-log // 日志记录 │ └── logistics-common-redis // 缓存服务 │ └── logistics-common-seata // 分布式事务 │ └── logistics-common-security // 安全模块 │ └── logistics-common-swagger // 系统接口 ├── logistics-modules // 业务模块 │ └── logistics-system // 系统模块 [9201] │ └── logistics-gen // 代码生成 [9202] │ └── logistics-job // 定时任务 [9203] │ └── logistics-file // 文件服务 [9300] // 监控中心 [9100] ├──pom.xml // 公共依赖 ~~~