# BladeX-Tool **Repository Path**: xuzjsource/blade-x-tool ## Basic Information - **Project Name**: BladeX-Tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 工程结构 ``` bladex-tool ├── blade-core-boot -- 业务包综合模块 ├── blade-core-cloud -- cloud封装模块 ├── blade-core-develop -- 代码生成封装模块 ├── blade-core-launch -- 基础启动模块 ├── blade-core-log -- 日志封装模块 ├── blade-core-mybatis -- mybatis拓展封装模块 ├── blade-core-oss -- 对象存储封装模块 ├── blade-core-secure -- 安全模块 ├── blade-core-swagger -- swagger拓展封装模块 ├── blade-core-test -- 单元测试封装模块 ├── blade-core-tool -- 单元测试封装模块 └── blade-core-transaction -- 分布式事物封装模块 ```