Go to file
袁子龙 7d67a19d30 feat:故障记录状态修改 2024-09-26 00:26:04 +08:00
cloud-auth Merge branch 'dev.breakdown' 2024-09-25 09:47:29 +08:00
cloud-common 项目整合 2024-09-25 09:38:48 +08:00
cloud-gateway 初始化 2024-09-21 18:44:19 +08:00
cloud-modules feat:故障记录状态修改 2024-09-26 00:26:04 +08:00
cloud-visual chore:yml文件修改(nacos命名空间名称) 2024-09-23 12:02:22 +08:00
init-file 初始化仓库 2024-09-14 18:01:28 +08:00
skywalking 初始化仓库 2024-09-14 18:01:28 +08:00
xxl-job 初始化仓库 2024-09-14 18:01:28 +08:00
.gitignore 车辆管理更新 2024-09-22 09:36:50 +08:00
LICENSE 初始化仓库 2024-09-14 18:01:28 +08:00
README.md 初始化仓库 2024-09-14 18:01:28 +08:00
pom.xml 初始化仓库 2024-09-20 15:21:40 +08:00

README.md

系统模块

com.muyu     
├── cloud-ui              // 前端框架 [80]
├── cloud-gateway         // 网关模块 [8080]
├── cloud-auth            // 认证中心 [9200]
├── cloud-common          // 通用模块
│       └── cloud-common-core                         // 核心模块
│       └── cloud-common-datascope                    // 权限范围
│       └── cloud-common-datasource                   // 多数据源
│       └── cloud-common-log                          // 日志记录
│       └── cloud-common-redis                        // 缓存服务
│       └── cloud-common-seata                        // 分布式事务
│       └── cloud-common-security                     // 安全模块
│       └── cloud-common-swagger                      // 系统接口
│       └── cloud-common-system                       // 系统基础
├── cloud-modules         // 业务模块
│       └── cloud-system                              // 系统模块 [9201]
│       └── cloud-gen                                 // 代码生成 [9202]
│       └── cloud-job                                 // 定时任务 [9203]
│       └── cloud-file                                // 文件服务 [9300]
├── cloud-visual          // 图形化管理模块
│       └── cloud-visual-monitor                      // 监控中心 [9100]
├──pom.xml                // 公共依赖