首页 > 其他 > 详细

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

时间:2019-06-07 11:09:31      阅读:581      评论:0      收藏:0      [点我收藏+]

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

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 错误

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!