智联IOV管理系统后端
 
 
 
Go to file
玉安君 866981adea feat commit
测试mybatis-plus
2024-03-25 22:35:44 +08:00
bin commit fix 2024-03-23 20:21:44 +08:00
docker commit fix 2024-03-23 20:21:44 +08:00
sql commit fix 2024-03-23 20:21:44 +08:00
zhilian-auth commit fix 2024-03-23 20:21:44 +08:00
zhilian-common commit fix 2024-03-23 20:21:44 +08:00
zhilian-gateway commit fix 2024-03-23 20:21:44 +08:00
zhilian-modules feat commit 2024-03-25 22:35:44 +08:00
zhilian-visual commit fix 2024-03-23 20:21:44 +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 commit fix 2024-03-23 20:21:44 +08:00
pom.xml add commit 2024-03-23 20:41:42 +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                // 公共依赖