Since Flyway has bean properties (with getters and setters)
it can be used to bin directly to the Environment (instead of
copying all the properties into FlywayProperties).
Fixes gh-806
@ -1207,10 +1207,12 @@ To automatically run Flyway database migrations on startup, add the
@@ -1207,10 +1207,12 @@ To automatically run Flyway database migrations on startup, add the
The migrations are scripts in the form `V<VERSION>__<NAME>.sql` (with
`<VERSION>` an underscore-separated version, e.g. "1" or "2_1"). By
default they live in a folder `classpath:db/migrations` but you can
modify that using `flyway.locations` (a list). See
default they live in a folder `classpath:db/migration` but you can
modify that using `flyway.locations` (a list). See the Flyway class from
flyway-core for details of available settings like schemas etc. In
addition Spring Boot provides a small set of properties in