Mybatis Extend Parent

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.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

cn.ivan95.me
ArtifactId

ArtifactId

mybatis-extend-parent
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

pom
Description

Description

Mybatis Extend Parent
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.
Source Code Management

Source Code Management

https://gitee.com/ivan_ding/mybatis-extend.git

Download mybatis-extend-parent

How to add to project

<!-- https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend-parent/ -->
<dependency>
    <groupId>cn.ivan95.me</groupId>
    <artifactId>mybatis-extend-parent</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend-parent/
implementation 'cn.ivan95.me:mybatis-extend-parent:1.0.4'
// https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend-parent/
implementation ("cn.ivan95.me:mybatis-extend-parent:1.0.4")
'cn.ivan95.me:mybatis-extend-parent:pom:1.0.4'
<dependency org="cn.ivan95.me" name="mybatis-extend-parent" rev="1.0.4">
  <artifact name="mybatis-extend-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ivan95.me', module='mybatis-extend-parent', version='1.0.4')
)
libraryDependencies += "cn.ivan95.me" % "mybatis-extend-parent" % "1.0.4"
[cn.ivan95.me/mybatis-extend-parent "1.0.4"]

Dependencies

compile (2)

Group / Artifact Type Version
com.alibaba : fastjson jar 1.2.19
org.mybatis.spring.boot : mybatis-spring-boot-starter Optional jar 1.3.1

Project Modules

  • mybatis-extend
  • mybatis-extend-gen
  • mybatis-extend-spring-boot-starter
  • mybatis-extend-sharding
  • mybatis-extend-annotation
  • mybatis-extend-samples

Versions

Version
1.0.4
1.0.2
1.0.1
1.0.0