Go to file
Aaaaaaaa 6c2daa0d7e Merge branch 'master' into xxy
# Conflicts:
#	cloud-modules/cloud-modules-protocolparsing/src/main/java/com/muyu/mqtt/Demo.java
2024-10-02 10:23:47 +08:00
JavaSample-tcp150158332341883 添加Kafka消息队列配置和常量类 2024-10-02 09:58:09 +08:00
cloud-auth Merge branch 'master' into xxy 2024-10-02 10:00:30 +08:00
cloud-common Merge branch 'master' of https://gitea.qinmian.online/a_bazu/cloud-server-8 2024-10-02 10:22:59 +08:00
cloud-gateway Merge branch 'master' into xxy 2024-10-02 10:00:30 +08:00
cloud-modules Merge branch 'master' into xxy 2024-10-02 10:23:47 +08:00
cloud-visual Merge branch 'master' into xxy 2024-10-02 10:00:30 +08:00
init-file 初始化 2024-09-14 17:47:45 +08:00
node_modules feat():连接车辆类型与模板 2024-09-24 09:24:11 +08:00
skywalking 初始化 2024-09-14 17:47:45 +08:00
xxl-job 初始化 2024-09-14 17:47:45 +08:00
.gitignore feat():连接车辆类型与模板 2024-09-23 10:59:43 +08:00
LICENSE 初始化 2024-09-14 17:47:45 +08:00
README.md 初始化 2024-09-14 17:47:45 +08:00
package-lock.json feat():连接车辆类型与模板 2024-09-24 09:24:11 +08:00
package.json feat():连接车辆类型与模板 2024-09-24 09:24:11 +08:00
pom.xml 整合 Kafka依赖并更新版本管理 2024-10-02 10:10:10 +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                // 公共依赖