liquibase基本使用
下载和安装
下载地址:
https://download.liquibase.org/
1 | liquibase --driver=com.mysql.cj.jdbc.Driver --classpath=~/development/lib/mysql-connector-java-8.0.30.jar --changeLogFile=./init-table.xml --url="jdbc:mysql://localhost:3306/yudb" --username=root generateChangeLog |