MVN

com.tangzc : mybatis-flex-ext

Maven & Gradle

Mar 25, 2024

com.tangzc:mybatis-flex-ext · mybatis-flex框架的拓展包,基于spring boot、mybatis-flex,在框架原有基础上做了进一步的轻度封装,更加方便使用,针对数据自动填充(类似JPA中的审计)、自动建表等方面通过注解做了增强。

<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-flex-ext</artifactId>
    <version>1.8.3.001-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tangzc : mybatis-flex-ext to add to Maven - Latest Versions:

  • Latest Stable: 1.8.3.001-beta
  • Latest Beta: 1.8.3.001-beta

All Versions

Choose a version of com.tangzc : mybatis-flex-ext to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
mybatis-flex-ext-1.8.3.001-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tangzc</groupId>
    <artifactId>mybatis-flex-ext</artifactId>
    <version>1.8.3.001-beta</version>
</dependency>