@Configuration(proxyBeanMethods=false) @ConditionalOnWxpay @EnableConfigurationProperties(value=WxpayProperties.class) public class WxpayConfiguration extends Object
Description: 微信支付
| 构造器和说明 |
|---|
WxpayConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
postConstruct() |
WxpayProfileStorage |
wxpayDefaultProfileStorage(WxpayProperties wxpayProperties) |
WxpayPaymentTemplate |
wxpayPaymentTemplate(WxpayProfileStorage wxpayProfileStorage,
WxpayProperties wxpayProperties) |
@PostConstruct public void postConstruct()
@Bean @ConditionalOnMissingBean public WxpayProfileStorage wxpayDefaultProfileStorage(WxpayProperties wxpayProperties)
@Bean @ConditionalOnMissingBean public WxpayPaymentTemplate wxpayPaymentTemplate(WxpayProfileStorage wxpayProfileStorage, WxpayProperties wxpayProperties)
Copyright © 2023 Dromara. All rights reserved.