类 PayServiceAutoconfigure


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

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PayServiceAutoconfigure

        public PayServiceAutoconfigure()