Resolver

Description

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.

Usage

API

MigrateDb.configure()
    .resolvers("my.resolver.MigrationResolver")
    .load()