BiDeploymentInspectorAutoConfiguration
@ConditionalOnProperty(prefix = "wow.bi.script", name = ["enabled"], havingValue = "true", matchIfMissing = true)
Types
Link copied to clipboard
@Configuration(proxyBeanMethods = false)
@ConditionalOnClass(name = ["com.clickhouse.client.api.Client", "me.ahoo.wow.bi.ClickHouseBiDeploymentInspector"] )
@ConditionalOnProperty(prefix = "wow.bi.script.inspector", name = ["type"], havingValue = "CLICKHOUSE")
Functions
Link copied to clipboard
@Bean
@ConditionalOnProperty(prefix = "wow.bi.script.inspector", name = ["type"], havingValue = "NO_OP", matchIfMissing = true)