Microservices Libs
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Microservices Libs
database-jvm-flyway
/
dev.limebeck.libs.db.flyway
/
FlywayMigrationService
/
FlywayMigrationService
Flyway
Migration
Service
constructor
(
configuration
:
DbConfiguration
,
dataSourceProvider
:
DataSourceProvider
=
PostgresDataSourceProvider
,
clean
:
Boolean
=
false
,
migrationContextCreator
:
(
)
->
MigrationContext
?
=
null
)