# middle-platform-common **Repository Path**: ijiwei-middle-platform/middle-platform-common ## Basic Information - **Project Name**: middle-platform-common - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-04 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ijiwei-middle-platform-common 数据中台通用库 ## 配置 composer composer.json ``` "repositories": [ { "type": "git", "url": "https://gitee.com/ijiwei-middle-platform/middle-platform-common.git" } ], ``` ## 安装: ``` composer require "ijiwei/middle-platform-common" ```