类 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
    • 构造器详细资料

      • PayServiceAutoconfigure

        public PayServiceAutoconfigure()