DEFAULT_PROFILES_PROPERTY_NAME property

String DEFAULT_PROFILES_PROPERTY_NAME
final

Default Profiles Property

Property key used to declare fallback profiles when no active profiles are explicitly set. This allows developers to define baseline behavior without requiring manual activation.

Value

"jetleaf.profiles.default"

Example

jetleaf.profiles.default=dev

Implementation

static final String DEFAULT_PROFILES_PROPERTY_NAME = "jetleaf.profiles.default";