Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在玩flyway,我想知道是否有人设法比较了应用脚本和类路径脚本的校验和,因此在更新类路径(dir)中的脚本时,我可以将其校验和与应用脚本进行比较。
我知道 flyway.validate() 可以做到,但我希望在此基础上添加更多信息。
谢谢
Flyway.info() 将默认返回类路径上迁移的校验和。然后,您可以将其与元数据表中的数据进行比较。