Created
April 18, 2017 14:28
-
-
Save zregvart/3ee15f246872e3381f680e6d31ccc3dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
/** | |
* 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