MVN

com.eeeffff : mybatis-generator-maven-plugin

Maven & Gradle

Jul 17, 2021
0 stars

mybatis 代码生成器插件

<plugin>
    <groupId>com.eeeffff</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eeeffff : mybatis-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.eeeffff : mybatis-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-generator-maven-plugin-1.0.6
mybatis-generator-maven-plugin-1.0.5

How to add a plugin to Maven

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

<plugin>
    <groupId>com.eeeffff</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>

Advertisement