mybatis-generator-plugin Maven Webapp

A MyBatis Generator plugin, add MySQL pagination use limit and batch insert.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cn.bridgeli
ArtifactId

ArtifactId

mybatis-generator-plugin
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis-generator-plugin Maven Webapp
A MyBatis Generator plugin, add MySQL pagination use limit and batch insert.
Project URL

Project URL

https://github.com/bridgeli/mybatis-generator-plugin
Source Code Management

Source Code Management

https://github.com/bridgeli/mybatis-generator-plugin

Download mybatis-generator-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/ -->
<dependency>
    <groupId>cn.bridgeli</groupId>
    <artifactId>mybatis-generator-plugin</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/
implementation 'cn.bridgeli:mybatis-generator-plugin:0.0.5'
// https://jarcasting.com/artifacts/cn.bridgeli/mybatis-generator-plugin/
implementation ("cn.bridgeli:mybatis-generator-plugin:0.0.5")
'cn.bridgeli:mybatis-generator-plugin:jar:0.0.5'
<dependency org="cn.bridgeli" name="mybatis-generator-plugin" rev="0.0.5">
  <artifact name="mybatis-generator-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bridgeli', module='mybatis-generator-plugin', version='0.0.5')
)
libraryDependencies += "cn.bridgeli" % "mybatis-generator-plugin" % "0.0.5"
[cn.bridgeli/mybatis-generator-plugin "0.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.mybatis.generator : mybatis-generator-core jar 1.3.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1