MVN

cn.bootx : table-modify

Maven & Gradle

Sep 15, 2023

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

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

Latest Version

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

  • Latest Stable: 1.5.4.beta2
  • Latest Beta: 1.5.4.beta2

All Versions

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

Version Vulnerabilities Updated
1.5.x
table-modify-1.5.4.beta2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.bootx</groupId>
    <artifactId>table-modify</artifactId>
    <version>1.5.4.beta2</version>
</dependency>