# x-cloud **Repository Path**: xx-cloud/x-cloud ## Basic Information - **Project Name**: x-cloud - **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-04-11 - **Last Updated**: 2021-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目说明 * x-parent 项目顶级模块,常量定义 * x-dependency 项目依赖定义 * x-base 项目基础框架,工具 * x-app-parent 应用顶级模块 * x-templet 项目脚手架 * x-bootstrap 项目启动定义 * x-examples 示例项目 ## 编译顺序 * 依次顺序 x-parent -> x-dependency -> x-base -> x-app-parent -> x-bootstrap -> x-examples * 脚手架工程 x-templet 编译顺序 x-parent -> x-dependency -> x-base -> x-app-parent -> x-bootstrap -> x-templet * 编译脚本 ``` mvn clean install -U -T 1C ```