MVN

io.github.lyrric : mybatis-generator-maven-plugin

Maven & Gradle

Jul 05, 2021
3 stars

mybatis generator from mysql

<plugin>
    <groupId>io.github.lyrric</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lyrric : mybatis-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of io.github.lyrric : mybatis-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-generator-maven-plugin-1.0.3
mybatis-generator-maven-plugin-1.0.2
mybatis-generator-maven-plugin-1.0.1
mybatis-generator-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.lyrric</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>

Advertisement