ConditionalOnR2dbcEnabled

@ConditionalOnProperty(value = ["wow.r2dbc.enabled"], matchIfMissing = true, havingValue = "true")
annotation class ConditionalOnR2dbcEnabled