# cloud-geek-utils **Repository Path**: yanyunji/cloud-geek-utils ## Basic Information - **Project Name**: cloud-geek-utils - **Description**: 方便spring项目 api接口快速开发 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-26 - **Last Updated**: 2023-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloud-geek-utils #### 介绍 为方便spring项目 api接口快速开发 常用方法整理合集 ###### 功能菜单 1. DTO 统一返回数据格式 ```java // 成功 RespGenerator.succese(); // 失败 RespGenerator.error(); ``` 2.