m

mybatis-extend

Developed to simplify CURD operations, Mybatis Extend is enhanced on the basis of Mybatis, non-intrusive, supports multiple databases, supports automatic generation of primary keys, a large number of preset CURD operations, and supports ActiveRecord.
http://me.ivan95.cn
IvanDing
Files download
File Operation
mybatis-extend-1.0.4.jar download
mybatis-extend-1.0.4.pom download
mybatis-extend-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.ivan95.me</groupId>
  <artifactId>mybatis-extend</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'cn.ivan95.me:mybatis-extend:1.0.4'
Gradle Kotlin
implementation("cn.ivan95.me:mybatis-extend:1.0.4")
Scala SBT
libraryDependencies += "cn.ivan95.me" % "mybatis-extend" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='cn.ivan95.me', module='mybatis-extend', version='1.0.4')
)
Apache Ivy
<dependency org="cn.ivan95.me" name="mybatis-extend" rev="1.0.4" />
Leiningen
[cn.ivan95.me/mybatis-extend "1.0.4"]
Apache Buildr
'cn.ivan95.me:mybatis-extend:jar:1.0.4'