智联IOV管理系统后端
 
 
 
Go to file
JangCan 08acad4531 feat
故障日志存储redis,mysql的优化
2024-04-11 10:28:35 +08:00
bin commit fix 2024-03-23 20:21:44 +08:00
docker commit fix 2024-03-23 20:21:44 +08:00
mqttx_53f082e9-tcp111229331941883 feat commit 2024-04-08 15:01:31 +08:00
sql commit fix 2024-03-23 20:21:44 +08:00
zhilian-auth feat commit 2024-04-08 20:00:17 +08:00
zhilian-common feat 2024-04-11 10:28:35 +08:00
zhilian-gateway feat commit 2024-04-08 20:00:17 +08:00
zhilian-modules feat 2024-04-11 10:28:35 +08:00
zhilian-visual commit 2024-04-08 10:35:25 +08:00
.gitignore git init 2024-03-23 18:23:57 +08:00
LICENSE git init 2024-03-23 18:23:57 +08:00
README.md feat commit 2024-03-26 19:04:34 +08:00
pom.xml 代码更新 2024-04-08 17:23:41 +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-online                              // 车辆网关服务 [9901]
│       └── zhilian-resolver                            // 报文处理服务 [9902]
│       └── zhilian-business                            // 业务服务 [9903]
│       └── zhilian-manager                             // 管理服务 [9904]
├── zhilian-visual          // 图形化管理模块
│       └── zhilian-visual-monitor                      // 监控中心 [9100]
├──pom.xml                // 公共依赖