is not current version
Last Version 3.5.2-EXT141

com.tangzc:mybatis-plus-ext-actable-annotation 1.3.1

mybatis-plus框架的拓展包,基于spring boot、mybatis-plus,在框架原有基础上做了进一步的轻度封装,更加方便使用,针对数据自动填充(类似JPA中的审计)、关联查询(类似sql中的join)、自动建表(仅支持mysql)、冗余数据自动更新、固定条件等方面通过注解做了增强。

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.tangzc
ArtifactId

ArtifactId

mybatis-plus-ext-actable-annotation
Version

Version

1.3.1
Type

Type

jar
Description

Description

mybatis-plus框架的拓展包,基于spring boot、mybatis-plus,在框架原有基础上做了进一步的轻度封装,更加方便使用,针对数据自动填充(类似JPA中的审计)、关联查询(类似sql中的join)、自动建表(仅支持mysql)、冗余数据自动更新、固定条件等方面通过注解做了增强。

Download mybatis-plus-ext-actable-annotation 1.3.1


<!-- https://jarcasting.com/artifacts/com.tangzc/mybatis-plus-ext-actable-annotation/ -->
<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-plus-ext-actable-annotation</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tangzc/mybatis-plus-ext-actable-annotation/
implementation 'com.tangzc:mybatis-plus-ext-actable-annotation:1.3.1'
// https://jarcasting.com/artifacts/com.tangzc/mybatis-plus-ext-actable-annotation/
implementation ("com.tangzc:mybatis-plus-ext-actable-annotation:1.3.1")
'com.tangzc:mybatis-plus-ext-actable-annotation:jar:1.3.1'
<dependency org="com.tangzc" name="mybatis-plus-ext-actable-annotation" rev="1.3.1">
  <artifact name="mybatis-plus-ext-actable-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tangzc', module='mybatis-plus-ext-actable-annotation', version='1.3.1')
)
libraryDependencies += "com.tangzc" % "mybatis-plus-ext-actable-annotation" % "1.3.1"
[com.tangzc/mybatis-plus-ext-actable-annotation "1.3.1"]

Dependencies

compile (5)

Group / Artifact Type Version
com.baomidou : mybatis-plus-annotation jar 3.4.3.4
org.springframework.boot : spring-boot-starter jar
org.projectlombok : lombok Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
com.google.guava : guava jar 30.0-jre

Project Modules

There are no modules declared in this project.