Interface EnabledSuffix
public interface EnabledSuffix
Constants for configuration property enabled suffixes.
This interface provides standard suffixes used in Spring Boot configuration properties to enable or disable specific features. The suffix is appended to the base configuration prefix to create the full property key.
For example, with a base prefix "cosid.machine", the enabled property would be "cosid.machine.enabled".
-
Field Summary
Fields
-
Field Details
-
KEY
The standard suffix for enabled/disabled configuration properties.- See Also:
-