/** * Copyright (c) 2016-2019 人人开源 All rights reserved. * * https://www.renren.io * * 版权所有,侵权必究! */ package com.peanut.common.utils; /** * 系统参数相关Key * * @author Mark sunlightcs@gmail.com */ public class ConfigConstant { /** * 云存储配置KEY */ public final static String CLOUD_STORAGE_CONFIG_KEY = "CLOUD_STORAGE_CONFIG_KEY"; }