Flyway Validate failed: Migration checksum mismatch for migration version 1.0.0.01 错误

时间:2019-06-07 11:09:31   收藏:0   阅读:584

在运行系统的时候出现错误:

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

来对校验进行合并

 

原文:https://www.cnblogs.com/huyuchengus/p/10987512.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!