@Configuration
@ComponentScan(value="com.aizuda.easy.retry.client.core")
@ConditionalOnProperty(prefix="easy-retry",
name="enabled",
havingValue="true")
public class EasyRetryClientAutoConfiguration
extends Object
Copyright © 2023. All rights reserved.