com.github.tobato.fastdfs.FdfsClientConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastdfs-client Show documentation
Show all versions of fastdfs-client Show documentation
基于yuqih发布的代码与fastdfs-client 官方1.26版本的重构
package com.github.tobato.fastdfs;
/**
* 客户端常量配置
*
* @author tobato
*
*/
public class FdfsClientConstants {
private FdfsClientConstants() {
// hide for constants
}
/** 配置文件前缀 */
public static final String ROOT_CONFIG_PREFIX = "fdfs";
public static final String THUMB_IMAGE_CONFIG_PREFIX = "fdfs.thumbImage";
public static final String POOL_CONFIG_PREFIX = "fdfs.pool";
// public static final String CONFIG_PREFIX = "fdfs";
}