com.tangzc:mybatis-plus-ext-demo-actable-flyway

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

License

License

Categories

Categories

Flyway Data Databases MyBatis ORM
GroupId

GroupId

com.tangzc
ArtifactId

ArtifactId

mybatis-plus-ext-demo-actable-flyway
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-actable-flyway

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.tangzc : mybatis-plus-ext-demo-common jar 3.5.2-EXT141
com.tangzc : mybatis-plus-ext-actable-core jar 3.5.2-EXT141
org.flywaydb : flyway-core 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.

Versions

Version
3.5.2-EXT141
3.5.2-EXT140
1.3.11