Last Version

mybatis-abu 1.1

基于 Mybatis Plugin 机制实现的在 update 或 insert 数据时自动绑定通用字段,让业务代码更加精简

License

License

GroupId

GroupId

com.github.zonev
ArtifactId

ArtifactId

abu
Version

Version

1.1
Type

Type

jar
Description

Description

mybatis-abu
基于 Mybatis Plugin 机制实现的在 update 或 insert 数据时自动绑定通用字段,让业务代码更加精简
Project URL

Project URL

https://github.com/Zonev/mybatis-abu

Download abu 1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.mybatis : mybatis Optional jar 3.5.5

test (4)

Group / Artifact Type Version
com.github.jsqlparser : jsqlparser Optional jar 4.0
org.junit.jupiter : junit-jupiter-api jar 5.7.0
mysql : mysql-connector-java jar 8.0.22
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.