MVN

cn.bootx : mybatis-table-modify

Maven & Gradle

Jun 29, 2023

mybatis-table-modify · mybatis-table-modify 是一个基于 Spring 和 Mybatis 的项目,它可以通过给实体类上标注注解来生成和维护数据库表结构信息

<dependency>
    <groupId>cn.bootx</groupId>
    <artifactId>mybatis-table-modify</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.bootx : mybatis-table-modify to add to Maven - Latest Versions:

  • Latest Stable: 1.5.3
  • Latest Release Candidate: 1.5.1.rc1
  • Latest Beta: 1.5.4.beta1
  • Latest Alpha: 1.5.3.alpha3

All Versions

Choose a version of cn.bootx : mybatis-table-modify to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
mybatis-table-modify-1.5.4.beta1
mybatis-table-modify-1.5.3
mybatis-table-modify-1.5.3.alpha3
mybatis-table-modify-1.5.3.alpha2
mybatis-table-modify-1.5.3.alpha1
mybatis-table-modify-1.5.2
mybatis-table-modify-1.5.1.rc1
mybatis-table-modify-1.5.1.beta3
mybatis-table-modify-1.5.1.beta2
mybatis-table-modify-1.5.1.beta1
mybatis-table-modify-1.5.1.bate1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.bootx</groupId>
    <artifactId>mybatis-table-modify</artifactId>
    <version>1.5.3</version>
</dependency>