Starter

Feature Flags Unleash

Unleash starter-backed feature flag support for Helix services.

Artifact
helix-featureflags-unleash-spring-boot-starter

Usage

build.gradle

Groovy DSL

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

build.gradle.kts

Kotlin DSL

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

Configuration

This starter uses the helix.featureflags.unleash property namespace.

  • helix.featureflags.unleash.instanceid (String): Property that sets the unleash instance identifier.
  • helix.featureflags.unleash.url (String): Property that sets the unleash api endpoint url.
  • helix.featureflags.unleash.environment (String): Property that overrides the unleash environment.