Starter

Feature Flags Props

Properties starter-backed feature flag support for Helix services.

Artifact
helix-featureflags-props-spring-boot-starter

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.featureflags.props.springboot.starter
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.featureflags.props.springboot.starter)
}

Configuration

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