GET STARTED1
FIRST STEPS
Command-line
cd flyway-5.2.4
vi ./conf/flyway.conf
// set three values as follows:
// flyway.url=jdbc:mysql://ip:port/dbname
// flyway.user=xx
// flyway.password=xx
version db script is in ./sql, and name format shoud like V1__a_b.sql. Note the double ‘_’ after the version.
flyway migrate
以上为在flyway安装目录中进行数据迁移的例子,实际情况中,数据库脚本在具体项目工程下,猜测flyway migrate应该有指