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";
}