@Configuration @EnableConfigurationProperties(value=JdbcComponentConfiguration.class) public class JdbcComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JdbcComponentAutoConfiguration.Condition |
Constructor and Description |
---|
JdbcComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.jdbc.JdbcComponent |
configureJdbcComponent(org.apache.camel.CamelContext camelContext,
JdbcComponentConfiguration configuration) |
@Lazy @Bean(name="jdbc-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.jdbc.JdbcComponent.class) public org.apache.camel.component.jdbc.JdbcComponent configureJdbcComponent(org.apache.camel.CamelContext camelContext, JdbcComponentConfiguration configuration) throws Exception
Exception
Apache Camel