转载

ibit-mybatis-generator-maven-plugin 介绍

ibit-mybatis-generator-maven-plugin 是 ibit-mybatis-generator 做成的 maven 插件,进一步简化生成代码步骤。

maven 引入

<!--代码生成-->
<plugin>
    <artifactId>ibit-mybatis-generator-maven-plugin</artifactId>
    <groupId>tech.ibit</groupId>
    <version>1.0</version>
    <configuration>
        <!--相关配置-->
    </configuration>
</plugin>

指定的 ibit-mybatis 2.1+。

支持 generategenerate-with-config

generate
generate-with-config

相关配置说明

名称 说明 是否必填 默认值
configFile 配置文件(用于 generate-with-config) /
driverName jdbc 驱动类 /
jdbcUrl jdbc url /
username 数据库用户 /
password 数据库密码 /
defaultProjectDir 默认项目文件夹 $
defaultBasePackage 默认包路径 空串
entityProjectDir entity 项目文件夹 $
entityBasePackage entity 基础包路径 $
mapperProjectDir mapper 项目文件夹 $
mapperBasePackage mapper 基础包路径 $
author 作者 空串
withAll 是否生成全部(entity + mapper) false
withEntity 是否生成 entity false
withMapper 是否生成 mapper false
override 是否覆盖已有文件 false
tables 表名,多个用","分割 /

公众号

喜欢我的文章,请关注公众号

ibit-mybatis-generator-maven-plugin 介绍

原文  https://ibit.tech/archives/ibit-mybatis-generator-maven-plugin
正文到此结束
Loading...