Package io.micronaut.flyway
@Configuration
@Requires(property="flyway.enabled",
notEquals="false",
defaultValue="true")
package io.micronaut.flyway
Flyway integration with Micronaut.
- Since:
- 1.0.0
- Author:
- Iván López
- See Also:
-
ClassDescriptionRun migrations when the
DataSource
is only specified in Flyway configuration and there is no Micronaut DataSource defined.Run migrations when there is aDataSource
defined for it.Default implementation ofFlywayConfigurationCustomizer
.Interface for customizing Flyway configuration.Create a Flyway Configuration for each sub-property of flyway.*.Public access to invoke Flyway migrations when DataSource onCreate behaviour is not desired.Graal feature that makes static resources available.Deprecated.
FlywayConfigurationProperties
that ensure thatFluentConfiguration.ignoreMigrationPatterns(String...)
will always be used to set ignore-migration-patterns, letting Flyway perform its own type conversion.