# api-parent **Repository Path**: beginner322/api-parent ## Basic Information - **Project Name**: api-parent - **Description**: 简Api - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-13 - **Last Updated**: 2023-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # api-parent #### 介绍 简Api是一个基于SpringBoot + MyBatisPlus + Dubbo + ZooKeeper + Hutools的Api开发平台 #### 项目结构 ![项目模块](https://foruda.gitee.com/images/1682487894392849508/7dcf105d_10832520.png "屏幕截图") 接口提供后台:https://gitee.com/beginner322/api-backend - api-parent 父级项目,管理子模块依赖 - api-gateway 网关子模块,用于对接口的权限控制,流量染色,路由转发等操作 - api-sdk 非子模块,独立模块,用于简化开发人员对接口的调用,基于spring-boot-starter开发 - common 公共模块,用于存放公共接口(dubbo接口),公共实体类,工具类等 - hooper-api 接口管理后台,用于管理接口,暴露接口给网关,用于对接口的鉴权或统计调用次数。 - api-backend 提供接口的后台(如:获取随机图片接口,随机头像接口等)