mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-09 16:21:09 +08:00
21 lines
365 B
Java
21 lines
365 B
Java
package com.ruoyi.oss.constant;
|
|
|
|
/**
|
|
* 云存储常量
|
|
*
|
|
* @author Lion Li
|
|
*/
|
|
public class CloudConstant {
|
|
|
|
/**
|
|
* 云存储配置KEY
|
|
*/
|
|
public final static String CLOUD_STORAGE_CONFIG_KEY = "sys.oss.cloudStorageService";
|
|
|
|
/**
|
|
* 预览列表资源开关Key
|
|
*/
|
|
public final static String PEREVIEW_LIST_RESOURCE_KEY = "sys.oss.previewListResource";
|
|
|
|
}
|