# crud-template **Repository Path**: f2l/crud-template ## Basic Information - **Project Name**: crud-template - **Description**: 基于插件EasyCode生成MybatisPlus相应的增删改查代码模板 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-12 - **Last Updated**: 2025-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # crud-template #### 介绍 基于插件EasyCode生成MybatisPlus相应的前后端增删改查代码模板 #### 使用说明 1. 添加依赖 ``` com.baomidou mybatis-plus-boot-starter 3.5.7 io.springfox springfox-swagger2 2.8.0 io.springfox springfox-swagger-ui 2.8.0 ``` 2. 配置文件 resource目录下有对应的代码模板和配置文件