Skip to content

Instantly share code, notes, and snippets.

@zregvart
Created April 18, 2017 14:28
Show Gist options
  • Save zregvart/3ee15f246872e3381f680e6d31ccc3dc to your computer and use it in GitHub Desktop.
Save zregvart/3ee15f246872e3381f680e6d31ccc3dc to your computer and use it in GitHub Desktop.
...
/**
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@Generated(value = "org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo", date = "2017-04-18T14:27:43.992Z")
@Configuration
@ConditionalOnBean(type = "org.apache.camel.spring.boot.CamelAutoConfiguration")
@Conditional(AhcComponentAutoConfiguration.Condition.class)
@AutoConfigureAfter(name = "org.apache.camel.spring.boot.CamelAutoConfiguration")
@EnableConfigurationProperties(AhcComponentConfiguration.class)
public class AhcComponentAutoConfiguration {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment