Go to file
DongZeLiang 553f36713c feat(): saas方案 2024-06-07 11:26:59 +08:00
cloud-auth fix(): logback日志配置优化、更新nacos配置文件初始化内容 2024-05-28 18:12:58 +08:00
cloud-common feat(): saas方案 2024-06-07 11:26:59 +08:00
cloud-gateway fix(): logback日志配置优化、更新nacos配置文件初始化内容 2024-05-28 18:12:58 +08:00
cloud-modules feat(): saas方案 2024-06-07 11:26:59 +08:00
cloud-visual fix(): logback日志配置优化、更新nacos配置文件初始化内容 2024-05-28 18:12:58 +08:00
init-file fix(): logback日志配置优化、更新nacos配置文件初始化内容 2024-05-28 18:12:58 +08:00
skywalking fix(): 添加脚本生命 2024-06-04 21:35:55 +08:00
.gitignore 初始化 2023-11-13 13:32:39 +08:00
LICENSE 初始化 2023-11-13 13:32:39 +08:00
README.md fix(): 代码结构,风格更改 2024-05-24 15:34:35 +08:00
pom.xml logback集成skywalking 2024-05-25 10:53:07 +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                // 公共依赖