Skip to content

digimono/codegen

Repository files navigation

MyBatis Generator Plugin

License Maven Central

MyBatis Codegen

Getting started

<plugin>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>${mybatis-generator.version}</version>
    <dependencies>
        <dependency>
            <groupId>io.github.digimono</groupId>
            <artifactId>mybatis-codegen</artifactId>
            <version>${mybatis-codegen.version}</version>
        </dependency>
    </dependencies>
</plugin>

mybatis-codegen-example

MyBatis Generator Gradle Plugin

License

MyBatis-Codegen is released under version 2.0 of the Apache License.