# 数据收集子系统 **Repository Path**: zengzj/data-collection-subsystem ## Basic Information - **Project Name**: 数据收集子系统 - **Description**: 转为私有111111111 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-20 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 快速开始 ### 核心依赖 | 依赖 | 版本 | | ---------------------- | ------------- | | Spring Boot | 2.6.1 | | Spring Cloud | 2021.0.0 | | Spring Cloud Alibaba | 2021.1 | | Spring Security OAuth2 | 2.3.6 | | Mybatis Plus | 3.4.3.4 | | hutool | 5.7.16 | | Avue | 2.6.18 | ### 模块说明 pie ├── pie-auth -- 授权服务提供[3000] └── pie-common -- 系统公共模块 ├── pie-common-bom -- 全局依赖管理控制 ├── pie-common-core -- 公共工具类核心包 ├── pie-common-datasource -- 动态数据源包 ├── pie-common-job -- xxl-job 封装 ├── pie-common-log -- 日志服务 ├── pie-common-mybatis -- mybatis 扩展封装 ├── pie-common-security -- 安全工具类 ├── pie-common-swagger -- 接口文档 ├── pie-common-feign -- feign 扩展封装 └── pie-common-test -- oauth2.0 单元测试扩展封装 ├── pie-register -- Nacos Server[8848] ├── pie-gateway -- Spring Cloud Gateway网关[9999] └── pie-upms -- 通用用户权限管理模块 └── pie-upms-api -- 通用用户权限管理系统公共api模块 └── pie-upms-biz -- 通用用户权限管理系统业务处理模块[4000] └── pie-visual └── pie-monitor -- 服务监控 [5001] ├── pie-codegen -- 图形化代码生成 [5002] ├── pie-sentinel-dashboard -- 流量高可用 [5003] └── pie-xxl-job-admin -- 分布式定时任务管理台 [5004] ```