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

com.sherlocky.common.constant.CommonConstants Maven / Gradle / Ivy

package com.sherlocky.common.constant;

/**
 * 常用的一些常量
 * @author: zhangcx
 * @date: 2019/8/6 10:33
 */
public class CommonConstants {
    /** 常用编码,utf-8 */
    public static final String ENCODING = "UTF-8";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy