smart-cloud-service/README.md

1.5 KiB

系统模块

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