类 FlywayProperties


  • @ConfigurationProperties(prefix="flyway",
                             ignoreUnknownFields=true)
    public class FlywayProperties
    extends Object
    Configuration properties for Flyway database migrations. These are only the properties that Spring needs to validate and enable the migrations. If you want to control the location or format of the scripts you can use the same prefix ("flyway") to inject properties into the Flyway instance.
    从以下版本开始:
    1.1.0