# generator **Repository Path**: liu-yang12/generator ## Basic Information - **Project Name**: generator - **Description**: 基于mybatis generator的自动生成实体,注释采用了swagger的相关注释 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-11 - **Last Updated**: 2023-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Read Me First The following was discovered as part of building this project: 该项目是基于mybatis generator的自动生成工程,可以自动生成表的实体类、mapper和xml 自动生成的实体类已经包含lombok相关和注解相关,并且去除了自动生成getter和setter方法 如果需要也可以自己配置 生成的entity mapper xml可以查看生成的示例 使用说明: 直接在generator-model-config.xml中修改自己的数据库连接 以及对应的生成entity mapper xml的目录 再将需要生成的表名复制到文件中 启动StartGenerator即可 * The JVM level was changed from '1.8' to '17', review the [JDK Version Range](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range) on the wiki for more details. # Getting Started ### Reference Documentation For further reference, please consider the following sections: * [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) * [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.1.3.RELEASE/maven-plugin/reference/html/) * [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.1.3.RELEASE/maven-plugin/reference/html/#build-image)