# code-generator **Repository Path**: lichenfei_fei/code-generator ## Basic Information - **Project Name**: code-generator - **Description**: SpringBoot MybatisPlus 代码生成工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-11-26 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # code-generator #### 介绍 SpringBoot MybatisPlus 代码生成工具 #### 软件架构 #### 分支spring-boot-2.x - java1.8 - spring-boot2.7.18 - mybatis-plus-boot-starter3.5.14 #### 分支spring-boot-3.x - java21 - spring-boot3.5.7 - mybatis-plus-spring-boot3-starter3.5.14 #### 分支spring-boot-4.x - java:21 - spring-boot:4.0.0 - mybatis-plus-spring-boot4-starter:3.5.15 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 修改:CodeGenerator数据库连接参数,设置要生成的包名,数据库表名。 2. 运行:CodeGenerator生成代码。 3. 测试运行 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 说明: - 不同数据库需要添加不同的数据库驱动。(目前只添加了mysql)