WowProperties

@ConfigurationProperties(prefix = "wow")
class WowProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true, var contextName: String?) : EnabledCapable

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true, contextName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
open override var enabled: Boolean