# auto_create_mp_base **Repository Path**: zyh0525/auto_create_mp_base ## Basic Information - **Project Name**: auto_create_mp_base - **Description**: 只需一键生成 mybatis plus -> entity service serviceImpl mapper mapper.xml 该版本为精简基础版 供学习拓展使用 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-18 - **Last Updated**: 2024-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # auto_create_mp_base #### 介绍 摆脱生成插件!! 只需一键生成 mybatis plus -> entity service serviceImpl mapper mapper.xml 该版本为精简基础版 供学习拓展使用 #### 依赖 - lombok - mybatis-plus - mysql-connector-j - spring-boot-starter-jdbc - hutool #### 使用 1.配置数据库 在resources目录下的 application.properties 中配置数据库连接信息 命名要按照图例所示 ![img_3.png](img_3.png) 2.配置必要信息 ![img.png](img.png) - packageName 包名com.xxx.xxx - configModule mysql配置文件所处模块 - outputModule 选择生成文件在哪个模块 如果是单模块项目configModule和outputModule填写相同即可 3.运行 - 点击运行AutoEntity ![img_2.png](img_2.png)