Class JdbcComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.jdbc.springboot.JdbcComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,JdbcComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.jdbc"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,JdbcComponentConverter.class}) public class JdbcComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • JdbcComponentAutoConfiguration

      public JdbcComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureJdbcComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureJdbcComponent()