R2dbcProperties

@ConfigurationProperties(prefix = "wow.r2dbc")
class R2dbcProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true) : EnabledCapable

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override var enabled: Boolean