Go to file
lijiayao b8e3b4dcd1 feat: 新增、删除 2024-03-31 10:21:50 +08:00
bin style: 代码初始化 2024-03-26 19:18:33 +08:00
couplet-auth feat: 新增、删除 2024-03-31 10:21:50 +08:00
couplet-common feat: 新增、删除 2024-03-31 10:21:50 +08:00
couplet-gateway feat: 新增、删除 2024-03-31 10:21:50 +08:00
couplet-modules feat: 新增、删除 2024-03-31 10:21:50 +08:00
couplet-visual Merge remote-tracking branch 'origin/server_five_yuanyonghao' into server_five_xiaoyao 2024-03-30 00:42:05 +08:00
docker style: 代码初始化 2024-03-26 19:18:33 +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 虎,车辆模块优化、mq模块测试,无法传输参数,数据到达交换机就停了 2024-03-29 22:32:16 +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                // 公共依赖