Comma-separated list of fully qualified class names of custom MigrationResolver implementations to be used in addition to the built-in ones for resolving Migrations to apply.
MigrateDb.configure()
.resolvers("my.resolver.MigrationResolver")
.load()