Go to file
LQS f0f6cf006f feat():修改缓存实现类结构,
手动测试添加redis缓存数据(
CarMessageValueCacheService报文数据=》key(报文模版id(templateId)),value(查询到的数据集合List);
CarVehicleCacheService车辆信息=》key(VehicleVin车辆VIN码),value(Vehicle车辆实体类数据);
CarVehicleTypeCacheService车辆类型=》key(VehicleTypeId车辆类型ID),value(查询到的集合List)
)。
之后连接MQTT接收到车辆模拟传过来的数据--》查询redis--》解析数据--》传递kafka
2024-10-09 16:19:28 +08:00
JavaSample-tcp1061513671883 feat():修改缓存实现类结构, 2024-10-09 16:19:28 +08:00
cloud-auth feat(): 完善mqtt的投递 2024-10-07 20:30:44 +08:00
cloud-common feat():修改缓存实现类结构, 2024-10-09 16:19:28 +08:00
cloud-gateway feat(): 完善mqtt的投递 2024-10-07 20:30:44 +08:00
cloud-modules feat():修改缓存实现类结构, 2024-10-09 16:19:28 +08:00
cloud-visual feat(): 完善mqtt的投递 2024-10-07 20:30:44 +08:00
init-file feat():初始化 2024-09-14 19:01:10 +08:00
skywalking feat():初始化 2024-09-14 19:01:10 +08:00
xxl-job feat():初始化 2024-09-14 19:01:10 +08:00
.gitignore fix():故障规则重构 2024-10-07 19:31:18 +08:00
LICENSE feat():初始化 2024-09-14 19:01:10 +08:00
README.md feat():初始化 2024-09-14 19:01:10 +08:00
pom.xml feat(): 新增企业远程调用模块,重构远程调用代码 2024-10-07 21:58:01 +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                // 公共依赖