Go to file
liuyunhu db23137c38 虎虎虎 2024-04-09 15:36:19 +08:00
bin style: 代码初始化 2024-03-26 19:18:33 +08:00
couplet-auth huhuhu 2024-04-09 11:34:58 +08:00
couplet-common feat: 优化代码 2024-04-09 10:47:42 +08:00
couplet-gateway huhuhu 2024-04-09 11:34:58 +08:00
couplet-modules 虎虎虎 2024-04-09 15:36:19 +08:00
couplet-visual huhuhu 2024-04-09 11:34:58 +08:00
.gitignore 初始化 2023-11-13 13:32:39 +08:00
LICENSE 初始化 2023-11-13 13:32:39 +08:00
README.md style: 代码初始化 2024-03-26 19:18:33 +08:00
pom.xml 修改bug 2024-04-09 11:51:54 +08:00

README.md

系统模块

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