Skip to content

First Release

Latest
Compare
Choose a tag to compare
@javthon javthon released this 28 Sep 01:24
· 15 commits to master since this release
11d4a5e

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>