DataSourceProperties

@ConfigurationProperties(prefix = "wow.r2dbc.datasource")
class DataSourceProperties(var type: DataSourceProperties.Type = Type.SIMPLE)

Constructors

Link copied to clipboard
constructor(type: DataSourceProperties.Type = Type.SIMPLE)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard