java database to perform the migration error Error creating bean with name 'flywayInitializer' defined in class path resource

The reason given

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.1
-> Applied to database : 191603428
-> Resolved locally    : -975490752

solution:

Field values ​​into the database: Resolved locally: -975490752

Source: Webmaster

Guess you like

Origin www.cnblogs.com/1994july/p/12038726.html
Recommended