车辆网第二周期
 
 
 
 
 
 
Go to file
ruyaxie 4f0fa2e95c Merge branch 'dev.parse' into dev
# Conflicts:
#	cloud-modules/cloud-modules-enterprise/enterpise-cache/pom.xml
#	cloud-modules/cloud-modules-enterprise/enterpise-common/pom.xml
#	cloud-modules/cloud-modules-enterprise/enterpise-service/pom.xml
#	cloud-modules/cloud-modules-vehicle-gateway/src/main/resources/bootstrap.yml
#	pom.xml
2024-10-08 19:51:47 +08:00
cloud-auth feat():parse多余的依赖,车辆管理的启动报错,以及XXLJob依赖问题 2024-10-08 19:48:57 +08:00
cloud-common fix(): 修复包名等格式规范问题 2024-10-08 19:12:42 +08:00
cloud-gateway feat():parse多余的依赖,车辆管理的启动报错,以及XXLJob依赖问题 2024-10-08 19:48:57 +08:00
cloud-modules Merge branch 'dev.parse' into dev 2024-10-08 19:51:47 +08:00
cloud-visual feat():parse多余的依赖,车辆管理的启动报错,以及XXLJob依赖问题 2024-10-08 19:48:57 +08:00
init-file 车联网第二期项目 2024-09-27 22:49:32 +08:00
skywalking 车联网第二期项目 2024-09-27 22:49:32 +08:00
xxl-job 车联网第二期项目 2024-09-27 22:49:32 +08:00
.gitignore 车联网第二期项目 2024-09-27 22:49:32 +08:00
LICENSE 车联网第二期项目 2024-09-27 22:49:32 +08:00
README.md 车联网第二期项目 2024-09-27 22:49:32 +08:00
pom.xml Merge branch 'dev.parse' into dev 2024-10-08 19:51:47 +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                // 公共依赖