Class OpenFoodFactsWebClientConfiguration

java.lang.Object
com.alpermulayim.openfoodfacts_spring_boot_starter.config.OpenFoodFactsWebClientConfiguration

@Configuration @EnableConfigurationProperties(OpenFoodFactsWebClientProperties.class) @ConditionalOnProperty(name="openfoodfacts", havingValue="true", matchIfMissing=true) public class OpenFoodFactsWebClientConfiguration extends Object