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

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

 

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

尝试使用命令:

> mvn flyway:migrate

来对校验进行合并

 

相关文章:

  • 2021-10-31
  • 2022-12-23
  • 2021-08-10
  • 2021-08-23
  • 2021-07-28
  • 2022-12-23
猜你喜欢
  • 2021-12-26
  • 2021-12-06
  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
  • 2021-09-10
  • 2021-07-08
相关资源
相似解决方案