【发布时间】:2019-03-13 13:41:54
【问题描述】:
我正在使用带有flyway和hibernate的默认配置的spring boot。我想知道执行顺序。
根据文档Flyway checks the version of the database and applies new migrations automatically before the rest of the application starts.
我在哪里可以找到确认该声明的源代码?执行顺序在哪里确定?
【问题讨论】:
标签: spring-boot flyway