类 PayLogNotifyApiFeignAutoConfigure
java.lang.Object
net.guerlab.smart.pay.api.autoconfig.PayLogNotifyApiFeignAutoConfigure
@Configuration @AutoConfigureAfter(PayLogNotifyApiLocalServiceAutoConfigure.class) public class PayLogNotifyApiFeignAutoConfigure extends java.lang.Object
支付记录通知服务接口feign实现
- 作者:
- guer
-
构造器概要
构造器 构造器 说明 PayLogNotifyApiFeignAutoConfigure() -
方法概要
修饰符和类型 方法 说明 PayLogNotifyApipayLogNotifyApiFeignWrapper(FeignPayLogNotifyApi api)
-
构造器详细资料
-
PayLogNotifyApiFeignAutoConfigure
public PayLogNotifyApiFeignAutoConfigure()
-
-
方法详细资料
-
payLogNotifyApiFeignWrapper
@Bean @ConditionalOnMissingBean(PayLogNotifyApi.class) public PayLogNotifyApi payLogNotifyApiFeignWrapper(FeignPayLogNotifyApi api)
-