Skip to content

Releases: javthon/mybatis-generator-yml-maven-plugin

First Release

28 Sep 01:24
11d4a5e
Compare
Choose a tag to compare

First Release of mybatis-generator-yml-maven-plugin, including complete configuration file in 0.0.1 version, this release yml configuration file should use the following plugin:

<!-- Copy this plugin into your pom.xml-->
 <plugin>
        <groupId>io.github.javthon</groupId>
        <artifactId>mybatis-generator-yml-maven-plugin</artifactId>
        <version>0.0.1</version>
        <configuration>
            <configurationFile>src/main/resources/generatorConfig.yml</configurationFile>
        </configuration>
</plugin>