MVN

org.ttzero.plugin : bree-mybatis-maven-plugin

Maven & Gradle

Aug 25, 2020
4 stars

bree-mybatis · A maven plugin that automatically generates Mapper, dao, service, vo, dto java files based on mybatis mapper.xml

<plugin>
    <groupId>org.ttzero.plugin</groupId>
    <artifactId>bree-mybatis-maven-plugin</artifactId>
    <version>0.1.15</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ttzero.plugin : bree-mybatis-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.15

All Versions

Choose a version of org.ttzero.plugin : bree-mybatis-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
bree-mybatis-maven-plugin-0.1.15
bree-mybatis-maven-plugin-0.1.14
bree-mybatis-maven-plugin-0.1.13

How to add a plugin to Maven

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

<plugin>
    <groupId>org.ttzero.plugin</groupId>
    <artifactId>bree-mybatis-maven-plugin</artifactId>
    <version>0.1.15</version>
</plugin>