Liquibase
About Liquibase
LiquibaseLiquibase 具备如下特性:
Liquibase 具备如下特性:* How to used?
第一步 导入依赖
Gradle importbuild.gradle
build.gradleMaven importpom.xml
pom.xml第二步 配置springboot配置文件
springboot配置文件Configuration application.yml
application.yml第三步 配置Liquibase部署文件
Liquibase部署文件Configuration db.changelog.xml
db.changelog.xml* 如何版本管理
通过TAG管理版本
版本升级
版本回滚
* Configuration ChangeSet
ChangeSet
ChangeSet Supported
我要创建表结构
我要建索引
如何初始化数据
制作数据库升级包
完整的 db.changelog.xml
db.changelog.xmlAdvanced Usage
Preconditions 条件判断
Parameters 应用
Database “Diff”
Liquibase Command
反向生成 Liquibase from database
Liquibase from database
生成变更文档

比较 Diff
Diff
More Command
附录
1.Supported Databases
2.Works with You
Configuration Gradle build.xml
Gradle build.xmlQ&A
如何在Development、Test、CI&CD、Production等环境下,选择性使用Liquibase?
Liquibase?CI&CD 如果与生产环境不同该如何处理?
TAG版本号如何管理?
Last updated