ETL管理系统后端
 
 
 
Go to file
Yunfei Du b4b3a54805 feat:增加了字典功能 2024-04-26 17:23:55 +08:00
bin 初始化etl项目 2024-04-21 08:40:11 +08:00
docker 初始化etl项目 2024-04-21 08:40:11 +08:00
etl-auth ETL模块 2024-04-21 18:43:36 +08:00
etl-common refactor:代码重构(表结构分析的过于复杂,优化了表结构) 2024-04-25 16:55:40 +08:00
etl-gateway ETL模块 2024-04-21 18:43:36 +08:00
etl-modules feat:增加了字典功能 2024-04-26 17:23:55 +08:00
etl-visual ETL模块 2024-04-21 18:43:36 +08:00
sql ETL模块 2024-04-21 18:43:36 +08:00
.gitignore 初始化etl项目 2024-04-21 08:40:11 +08:00
LICENSE 初始化etl项目 2024-04-21 08:40:11 +08:00
README.md 初始化etl项目 2024-04-21 08:40:11 +08:00
pom.xml ETL模块 2024-04-21 18:43:36 +08:00

README.md

系统模块

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                // 公共依赖