is not current version
Last Version 3.5.2-EXT141

com.tangzc:mybatis-plus-ext-actable 1.3.11

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
Version

Version

1.3.11
Type

Type

pom
Description

Description

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

Download mybatis-plus-ext-actable 1.3.11


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

Dependencies

compile (4)

Group / Artifact Type Version
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

  • mybatis-plus-ext-actable-annotation
  • mybatis-plus-ext-actable-core