I have created Spring application. Pom xml is attached.
It has a config like this (below) and some db/migration/V1__init.sql for Flyway db migration tool.
It
may be because of the order
add on application.properties
flyway.out-of-order = true
or application.yml on spring
flyway: out-of-order: true