mybatis-generalmapper

A middle-ware for mybatis plus, you can use it to CRUD single table without any sql.

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.yuxiaobin
ArtifactId

ArtifactId

mybatis-generalmapper
Last Version

Last Version

1.8.8
Release Date

Release Date

Type

Type

jar
Description

Description

mybatis-generalmapper
A middle-ware for mybatis plus, you can use it to CRUD single table without any sql.
Project URL

Project URL

https://github.com/yuxiaobin/mybatis-generalmapper

Download mybatis-generalmapper

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-jdbc jar 4.3.5.RELEASE
com.github.jsqlparser : jsqlparser jar 1.1
org.reflections : reflections jar 0.9.10

provided (4)

Group / Artifact Type Version
org.springframework : spring-context-support jar 4.3.5.RELEASE
org.springframework : spring-context jar 4.3.5.RELEASE
com.baomidou : mybatis-plus jar 1.5
org.apache.commons : commons-lang3 jar 3.4

test (4)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.40
junit : junit jar 4.12
org.springframework : spring-test jar 4.3.5.RELEASE
com.h2database : h2 jar 1.4.194

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.8
1.8.7
1.8.7-beta
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8
1.7
1.1
1.0