# itc-airport-cloud **Repository Path**: wlFighting/itc-airport-cloud ## Basic Information - **Project Name**: itc-airport-cloud - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-16 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

logo

ITC v1.0.0

基于 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构

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