CloudConstant.java 365 B

1234567891011121314151617181920
  1. package com.ruoyi.oss.constant;
  2. /**
  3. * 云存储常量
  4. *
  5. * @author Lion Li
  6. */
  7. public class CloudConstant {
  8. /**
  9. * 云存储配置KEY
  10. */
  11. public final static String CLOUD_STORAGE_CONFIG_KEY = "sys.oss.cloudStorageService";
  12. /**
  13. * 预览列表资源开关Key
  14. */
  15. public final static String PEREVIEW_LIST_RESOURCE_KEY = "sys.oss.previewListResource";
  16. }