Class SpringModulithFlywayMigrationStrategy

java.lang.Object
org.springframework.modulith.runtime.flyway.SpringModulithFlywayMigrationStrategy
All Implemented Interfaces:
FlywayMigrationStrategy

public class SpringModulithFlywayMigrationStrategy extends Object implements FlywayMigrationStrategy
A custom FlywayMigrationStrategy that customizes the Flyway execution to rather run multiple migrations for each of the application modules identified by the configured ApplicationModuleIdentifiers. This customization is only applied for already configured locations that do not use any wildcards.
Since:
2.0
Author:
Oliver Drotbohm