# ms-blog-cloud **Repository Path**: honghao5478/ms-blog-cloud ## Basic Information - **Project Name**: ms-blog-cloud - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-14 - **Last Updated**: 2024-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ms-blog-cloud ### 介绍 ### 服务拆分 ``` ├─ ms-cloud-admin # 后台服务 ├─ ms-cloud-auth # 认证服务 ├─ ms-cloud-client # 前台服务 ├─ ms-cloud-commons # 通用包 ├─ ms-cloud-gateway # 网关 ├─ ms-cloud-middle # 中间件 ├─ ms-cloud-service │ ├─ ms-cloud-service-article # 文章服务 └─ └─ ms-cloud-service-user # 用户服务 ``` ├─ admin ├─ commons │ ├─ base └─ └─ entity