CloudConstant.java 234 B

123456789101112131415
  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. }