Flyway Validate failed: Migration checksum mismatch for migration version 1.0.0.01 错误
Posted huyuchengus
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Flyway Validate failed: Migration checksum mismatch for migration version 1.0.0.01 错误相关的知识,希望对你有一定的参考价值。
在运行系统的时候出现错误:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flywayInitializer‘ defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: Validate failed: Migration checksum mismatch for migration version 1.0.0.01 -> Applied to database : 1062144176 -> Resolved locally : 1432425380
尝试使用命令:
> mvn flyway:migrate
来对校验进行合并
以上是关于Flyway Validate failed: Migration checksum mismatch for migration version 1.0.0.01 错误的主要内容,如果未能解决你的问题,请参考以下文章
Flyway Overview and Installation
Java Error: Failed to validate certificate. The application will not be executed
Armitage调用msf-scan报错failed-to-validate-RHOSTS
SpringBoot2 hikari关于 Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl处理