SmsProperties.java 422 B

1234567891011121314151617181920
  1. //package com.ruoyi.sms.config.properties;
  2. //
  3. //import lombok.Data;
  4. //import org.springframework.boot.context.properties.ConfigurationProperties;
  5. //import org.springframework.stereotype.Component;
  6. //
  7. ///**
  8. // * SMS短信 配置属性
  9. // *
  10. // * @author Lion Li
  11. // * @version 4.2.0
  12. // */
  13. //@Data
  14. //@Component
  15. //@ConfigurationProperties(prefix = "sms")
  16. //public class SmsProperties {
  17. //
  18. // private Boolean enabled;
  19. //
  20. //}