Starter

Time Clock

Starter-backed shared clock support for Helix Spring Boot services.

Artifact
helix-time-clock-spring-boot-starter

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.timeclock.springboot.starter
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.timeclock.springboot.starter)
}

Configuration

  • helix.time.clock.timezone (String, default: UTC): Clock timezone.
  • helix.time.clock.fixed.enabled (Boolean, default: False): Enables fixed clock.
  • helix.time.clock.fixed.datetime (String, default: 2024-01-01T09:00:00Z): Sets the time of the fixed clock.