Releases: javthon/mybatis-generator-yml-maven-plugin
Releases · javthon/mybatis-generator-yml-maven-plugin
First Release
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>