Go to file
hbr 2a8e09b136 Merge remote-tracking branch 'origin/master' 2024-06-24 19:25:17 +08:00
bin 智联IOV初始化 2024-05-17 15:40:53 +08:00
docker 智联IOV初始化 2024-05-17 15:40:53 +08:00
sql 智联IOV初始化 2024-05-17 15:40:53 +08:00
zhiLian-auth feat:rabbit,消息确认机制,延迟队列 2024-06-14 20:53:02 +08:00
zhiLian-business feat:实时数据,实时轨迹 2024-06-18 22:22:02 +08:00
zhiLian-cloud-datasource feat:更为虚拟机ip 2024-06-07 19:07:12 +08:00
zhiLian-common feat:测试 2024-06-12 15:49:38 +08:00
zhiLian-gateway feat:更为虚拟机ip 2024-06-07 19:07:12 +08:00
zhiLian-iotdb feat:实时数据,实时轨迹 2024-06-18 22:22:02 +08:00
zhiLian-modules feat:多数据源表远程调用,添加企业远程调用工厂 2024-06-12 15:03:02 +08:00
zhiLian-vehicle 故障 2024-06-24 19:24:03 +08:00
zhiLian-visual feat:更为虚拟机ip 2024-06-07 19:07:12 +08:00
.gitignore 智联IOV初始化 2024-05-17 15:40:53 +08:00
LICENSE 智联IOV初始化 2024-05-17 15:40:53 +08:00
README.md 智联IOV初始化 2024-05-17 15:40:53 +08:00
pom.xml feat:多数据源表远程调用,添加企业远程调用工厂 2024-06-12 15:03:02 +08:00

README.md

系统模块

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