# bee-swarm **Repository Path**: ege/bee-swarm ## Basic Information - **Project Name**: bee-swarm - **Description**: 蜜蜂框架是基于springcloud 的快速开发脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2022-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bee-swarm ## 组织结构 ``` lua bee ├── bee-common -- 工具类及通用代码模块 ├── bee-mbg -- MyBatisGenerator生成的数据库操作代码模块 ├── bee-auth -- 基于Spring Security Oauth2的统一的认证中心 ├── bee-gateway -- 基于Spring Cloud Gateway的微服务API网关服务 ├── bee-monitor -- 基于Spring Boot Admin的微服务监控中心 ├── bee-admin -- 后台管理系统服务 ├── bee-search -- 基于Elasticsearch的商品搜索系统服务 ├── bee-portal -- 移动端商城系统服务 ├── bee-demo -- 微服务远程调用测试服务 └── config -- 配置中心存储的配置 ```