Starter

DB Migrator Postgres

Starter-backed PostgreSQL migration support for Helix database migrator services.

Artifact
helix-dbmigrator-postgres-spring-boot-starter

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.dbmigrator.postgres.springboot.starter
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.dbmigrator.postgres.springboot.starter)
}

Configuration

No Helix-specific configuration properties are required for this starter.