com.tangzc:mybatis-plus-ext-demo-autotable

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

License

License

Categories

Categories

Auto Application Layer Libs Code Generators MyBatis Data ORM
GroupId

GroupId

com.tangzc
ArtifactId

ArtifactId

mybatis-plus-ext-demo-autotable
Last Version

Last Version

3.5.2-EXT141
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download mybatis-plus-ext-demo-autotable

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.tangzc : mybatis-plus-ext-demo-common jar 3.5.2-EXT141
com.tangzc : mybatis-plus-ext-boot-starter jar 3.5.2-EXT141
org.projectlombok : lombok Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
com.google.guava : guava jar 30.0-jre

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
3.5.2-EXT141
3.5.2-EXT140
1.3.11
1.3.10