# frame **Repository Path**: keleisme/frame ## Basic Information - **Project Name**: frame - **Description**: 一个简单的CRUD框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-07 - **Last Updated**: 2025-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kele-frame #### 介绍 一个简单的CRUD框架,继承即可实现简单增删改查接口,减少冗余代码。 #### 示例 [example模块](https://gitee.com/keleisme/frame/tree/master/example)
example模块接口文档:http://localhost:8080/swagger-ui/index.html
#### 系统模块 ``` com.kele.frame ├── annotation // 注解模块 ├── bom // Bill of Materials,物料清单,用于集中管理框架模块依赖的版本 ├── code-generator // 代码生成模块 ├── core // 核心模块 ├── encryption // 数据加解密模块 ├── example // 示例模块 ├── feign // Feign模块 ├── model // 模型模块 ├── response // 接口返回模块 ├── pom.xml // 公共依赖 ```