# idd5-base **Repository Path**: iduand/idd5-base ## Basic Information - **Project Name**: idd5-base - **Description**: web脚手架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-17 - **Last Updated**: 2025-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # idd5-base #### 介绍 web脚手架 #### 软件架构 旨在创建一个基于springboot的web脚手架,已集成常用单表crud接口,以及前后端权限/资源等对接 只需要根据业务建表编写业务逻辑即可 项目分为4个模块 1. controller:控制器层:对外提供api 2. domain: 业务逻辑层:根据业务模块进行建模和逻辑组合封装,并响应数据 3. model: 实体类/dto等各种值对象定义 4. repository:数据访问层: 对于数据库操作的service和mapper 5. infrastructure: 基础设施层: 封装基础功能 6. generator:代码生成器(非必须),主要用于快速生成通用代码 #### 安装教程 1. 修改包路径为项目路径 2. 执行初始化sql 3. 配置sql连接串 4. #### 使用说明 1. 项目授权:支持token/apikey/白名单访问 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)