类 PayServiceAutoconfigure
- java.lang.Object
-
- net.guerlab.smart.pay.service.autoconfigure.PayServiceAutoconfigure
-
@Configuration @EnableConfigurationProperties(PayProperties.class) @EnableScheduling @ComponentScan("net.guerlab.smart.pay.service") @MapperScan("net.guerlab.smart.pay.service.mapper") public class PayServiceAutoconfigure extends Object
支付配置自动配置- 作者:
- guer