@Configuration @EnableConfigurationProperties(value=JdbcComponentConfiguration.class) public class JdbcComponentAutoConfiguration extends Object
Constructor and Description |
---|
JdbcComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.jdbc.JdbcComponent |
configureJdbcComponent(org.apache.camel.CamelContext camelContext,
JdbcComponentConfiguration configuration) |
@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