All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tobato.fastdfs.FdfsClientConstants Maven / Gradle / Ivy

There is a newer version: 1.27.2
Show newest version
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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy